Class Predicates.InCollectionPredicate

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

private static final class Predicates.InCollectionPredicate extends Predicates<Object>
  • Field Details

  • Constructor Details

    • InCollectionPredicate

      private InCollectionPredicate(Collection<?> collection)
  • Method Details