Uses of Interface
org.tquadrat.foundation.function.tce.TCEFunction
Packages that use TCEFunction
Package
Description
Functional interfaces for the Foundation Library.
TCE versions of the
functional interfaces
in the package
java.util.function
and others.-
Uses of TCEFunction in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCEFunctionModifier and TypeMethodDescriptionstatic final <T,
R> Function <T, R> Functions.wrapFunction
(TCEFunction<? super T, ? extends R> function) Wraps an instance ofTCEFunction
to an instance ofFunction
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. -
Uses of TCEFunction in org.tquadrat.foundation.function.tce
Methods in org.tquadrat.foundation.function.tce with parameters of type TCEFunctionModifier and TypeMethodDescriptiondefault <R1> TCETriFunction
<A, B, C, R1> TCETriFunction.andThen
(TCEFunction<? super R, ? extends R1> after) Returns a composed function that first applies this function to its input, and then applies the after function to the result.