| Package | Description |
|---|---|
| com.opengamma.strata.collect.function |
Additional functional interfaces not supplied by Java SE 8.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.