Uses of Interface
org.alfresco.util.TriPredicate
Packages that use TriPredicate
-
Uses of TriPredicate in org.alfresco.util
Methods in org.alfresco.util that return TriPredicateModifier and TypeMethodDescriptiondefault TriPredicate<T,U, V> TriPredicate.and(TriPredicate<? super T, ? super U, ? super V> other) Creates a composed predicate that represents a logical AND of this predicate and another.default TriPredicate<T,U, V> TriPredicate.negate()default TriPredicate<T,U, V> TriPredicate.or(TriPredicate<? super T, ? super U, ? super V> other) Creates a composed predicate that represents a logical OR of this predicate and another.Methods in org.alfresco.util with parameters of type TriPredicateModifier and TypeMethodDescriptiondefault TriPredicate<T,U, V> TriPredicate.and(TriPredicate<? super T, ? super U, ? super V> other) Creates a composed predicate that represents a logical AND of this predicate and another.default TriPredicate<T,U, V> TriPredicate.or(TriPredicate<? super T, ? super U, ? super V> other) Creates a composed predicate that represents a logical OR of this predicate and another.