Package me.croabeast.common.function
package me.croabeast.common.function
-
InterfacesClassDescriptionTriConsumer<T,
U, V> A functional interface representing an operation that accepts three input arguments and returns no result.TriFunction<T,U, V, R> Represents a function that accepts three arguments and produces a result.Represents an operator that accepts three operands of the same type and returns a result of that type.TriPredicate<T,U, V> Represents a predicate (boolean-valued function) of three arguments.