<E extends Exception> u.Optional<Triple<L,M,R>> |
Triple.filter(Throwables.TriPredicate<? super L,? super M,? super R,E> predicate) |
<E extends Exception> u.Optional<Tuple.Tuple3<T1,T2,T3>> |
Tuple.Tuple3.filter(Throwables.TriPredicate<? super T1,? super T2,? super T3,E> predicate) |
static <A,B,C,E extends Throwable> Throwables.TriPredicate<A,B,C,E> |
Fn.Fnn.not(Throwables.TriPredicate<A,B,C,E> triPredicate) |
static <A,B,T,E extends Throwable> Throwables.Predicate<T,E> |
Fn.Fnn.p(A a,
B b,
Throwables.TriPredicate<A,B,T,E> triPredicate) |
static <A,T,U,E extends Throwable> Throwables.BiPredicate<T,U,E> |
Fn.Fnn.p(A a,
Throwables.TriPredicate<A,T,U,E> triPredicate) |
static <A,B,C,E extends Throwable> Throwables.TriPredicate<A,B,C,E> |
Fn.Fnn.p(Throwables.TriPredicate<A,B,C,E> triPredicate) |
static <A,B,T,E extends Exception> Predicate<T> |
Fn.pp(A a,
B b,
Throwables.TriPredicate<A,B,T,E> triPredicate) |
static <A,T,U,E extends Exception> BiPredicate<T,U> |
Fn.pp(A a,
Throwables.TriPredicate<A,T,U,E> triPredicate) |
static <A,B,C,E extends Exception> TriPredicate<A,B,C> |
Fn.pp(Throwables.TriPredicate<A,B,C,E> triPredicate) |
<E extends Exception> boolean |
Pair.setIf(L newLeft,
R newRight,
Throwables.TriPredicate<? super Pair<L,R>,? super L,? super R,E> predicate)
Set to the specified newLeft and newRight and returns true
if predicate returns true.
|
static <A,B,T,E extends Throwable> Throwables.Predicate<T,E> |
Fn.Fnn.sp(Object mutex,
A a,
B b,
Throwables.TriPredicate<A,B,T,E> triPredicate)
Synchronized Predicate.
|