Package org.jruby.util.func
package org.jruby.util.func
-
InterfacesClassDescriptionFunctionOneOrTwoOrThree<T,
U, V, R> An aggregate interface forFunctionandBiFunctionthat 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 ofBiFunctionto three arguments.