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

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

Introduction

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

The text is from its open source code.

Constructor

OrPredicate(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.