Package org.jruby.util.func
Interface TriFunction<T,U,V,R>
- Type Parameters:
T
- first argument type for applyU
- second argument type for applyV
- third argument type for applyR
- return value type for apply
- All Known Subinterfaces:
FunctionOneOrTwoOrThree<T,
U, V, R>
- All Known Implementing Classes:
Block
public interface TriFunction<T,U,V,R>
Extension of
BiFunction
to three arguments.-
Method Summary
-
Method Details
-
andThen
-
apply
-