Class Predicates.OrPredicate<T>

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<T>
org.eclipse.collections.impl.block.factory.Predicates.OrPredicate<T>
All Implemented Interfaces:
Serializable, Predicate<T>, Predicate<T>
Enclosing class:
Predicates<T>

private static final class Predicates.OrPredicate<T> extends Predicates<T>
  • Field Details

  • Constructor Details

  • Method Details

    • accept

      public boolean accept(T anObject)
    • toString

      public String toString()
      Overrides:
      toString in class Object