Uses of Interface
org.tquadrat.foundation.function.tce.TCEBinaryOperator
Packages that use TCEBinaryOperator
Package
Description
Functional interfaces for the Foundation Library.
-
Uses of TCEBinaryOperator in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCEBinaryOperatorModifier and TypeMethodDescriptionstatic final <T> BinaryOperator
<T> Functions.wrapBinaryOperator
(TCEBinaryOperator<T> function) Wraps an instance ofTCEBinaryOperator
to an instance ofBinaryOperator
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception.