Uses of Interface
com.opengamma.strata.collect.function.TriPredicate
-
Packages that use TriPredicate Package Description com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8. -
-
Uses of TriPredicate in com.opengamma.strata.collect.function
Methods in com.opengamma.strata.collect.function that return TriPredicate Modifier and Type Method Description default TriPredicate<T,U,V>
TriPredicate. and(TriPredicate<? super T,? super U,? super V> other)
Returns a new predicate that returns true if both predicates return true.default TriPredicate<T,U,V>
TriPredicate. negate()
Returns a new predicate that negates the result of this predicate.default TriPredicate<T,U,V>
TriPredicate. or(TriPredicate<? super T,? super U,? super V> other)
Returns a new predicate that returns true if either predicates returns true.Methods in com.opengamma.strata.collect.function with parameters of type TriPredicate Modifier and Type Method Description default TriPredicate<T,U,V>
TriPredicate. and(TriPredicate<? super T,? super U,? super V> other)
Returns a new predicate that returns true if both predicates return true.default TriPredicate<T,U,V>
TriPredicate. or(TriPredicate<? super T,? super U,? super V> other)
Returns a new predicate that returns true if either predicates returns true.
-