Package org.jruby.util.func
package org.jruby.util.func
-
InterfacesClassDescriptionFunctionOneOrTwoOrThree<T,
U, V, R> An aggregate interface forFunction
andBiFunction
that properly replaces the defaultFunctionOneOrTwoOrThree.andThen(Function)
for both superinterfaces.ObjectIntIntFunction<T,R> ObjectObjectIntFunction<T,U, R> TriConsumer<A,B, C> It consumes three things.TriFunction<T,U, V, R> Extension ofBiFunction
to three arguments.