Uses of Interface
org.tquadrat.foundation.function.tce.TCEBiFunction
Packages that use TCEBiFunction
Package
Description
Functional interfaces for the Foundation Library.
TCE versions of the
functional interfaces
in the package
java.util.function
and others.-
Uses of TCEBiFunction in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCEBiFunctionModifier and TypeMethodDescriptionstatic final <T1,
T2, R>
BiFunction<T1, T2, R> Functions.wrapBiFunction
(TCEBiFunction<? super T1, ? super T2, ? extends R> function) Wraps an instance ofTCEBiFunction
to an instance ofBiFunction
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. -
Uses of TCEBiFunction in org.tquadrat.foundation.function.tce
Subinterfaces of TCEBiFunction in org.tquadrat.foundation.function.tceModifier and TypeInterfaceDescriptioninterface
The TCE version of the interfaceBinaryOperator
that represents an operation upon two operands of the same type, producing a result of the same type as the operands.