Java org.apache.commons.collections.functors AndPredicate fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections.functors AndPredicate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections.functors AndPredicate.

The text is from its open source code.

Constructor

AndPredicate(Predicate predicate1, Predicate predicate2)
Constructor that performs no validation.

Method

PredicategetInstance(Predicate predicate1, Predicate predicate2)
Factory to create the predicate.
Predicate[]getPredicates()
Gets the two predicates being decorated as an array.