- accept(T1, T2, T3) - Method in interface net.ashwork.functionality.arity.consumer.TriConsumer
-
Performs this operation on the given arguments.
- and(TriPredicate<? super T1, ? super T2, ? super T3>) - Method in interface net.ashwork.functionality.arity.predicate.TriPredicate
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- andThen(TriConsumer<? super T1, ? super T2, ? super T3>) - Method in interface net.ashwork.functionality.arity.consumer.TriConsumer
-
Returns a composed consumer that performs, in sequence, this
operation followed by the after operation.
- andThen(Function<? super R, ? extends V>) - Method in interface net.ashwork.functionality.arity.function.TriFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- apply(T1, T2, T3) - Method in interface net.ashwork.functionality.arity.function.TriFunction
-
Applies this function to the given arguments.