Module org.jhotdraw8.base
Package org.jhotdraw8.base.function
package org.jhotdraw8.base.function
Defines functions that are not available in
java.util.functions.-
InterfacesClassDescriptionConsumer3<T1,
T2, T3> Represents an operation that accepts 3 input arguments and returns no result.Consumer4<T1,T2, T3, T4> Represents a consumer that accepts 4 arguments.DoubleConsumer2.DoubleConsumer4.DoubleConsumer6.DoubleConsumer6.Function3<T1,T2, T3, R> Represents a function that accepts 3 arguments and produces a result.Function4<T1,T2, T3, T4, R> Represents a function that accepts 4 arguments and produces a result.Function5<T1,T2, T3, T4, T5, R> Represents a function that accepts 5 arguments and produces a result.Predicate3<T1,T2, V> Represents a predicate (boolean-valued function) of three arguments.ToDoubleFunction3<T1,T2, T3> ToFloatFunction<T1>ToIntFunction3<T1,T2, T3> ToLongFunction3<T1,T2, T3>