Package io.github.xrickastley.sevenelements.util.functions
package io.github.xrickastley.sevenelements.util.functions
-
InterfacesClassDescriptionTriConsumer<T,
U, V> Represents 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.TriPredicate<T,U, V> Represents a predicate (boolean-valued function) of three arguments.