Uses of Class
org.opencastproject.util.data.Predicate
Packages that use Predicate
-
Uses of Predicate in org.opencastproject.util.data
Methods in org.opencastproject.util.data with parameters of type Predicate -
Uses of Predicate in org.opencastproject.util.data.functions
Methods in org.opencastproject.util.data.functions that return PredicateModifier and TypeMethodDescriptionstatic <A> Predicate<A> Functions.toPredicate(Function<? super A, Boolean> f)
Monadics