Uses of Interface
org.tquadrat.foundation.function.TriFunction
Packages that use TriFunction
Package
Description
Functional interfaces for the Foundation Library.
- 
Uses of TriFunction in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function that return TriFunctionModifier and TypeMethodDescriptiondefault <R1> TriFunction<A, B, C, R1> Returns a composed function that first applies this function to its input, and then applies the after function to the result.static final <T1,T2, T3, R> 
TriFunction<T1, T2, T3, R> Functions.wrapTriFunction(TCETriFunction<? super T1, ? super T2, ? super T3, ? extends R> function) Wraps an instance ofTCETriFunctionto an instance ofTriFunctionthat throws an instance ofLambdaContainerExceptionwith the causing exception, in case the wrapped instance emitted a checked exception. 
