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> TriFunction<T,U, V, R> Extension ofBiFunctionto three arguments.