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 ofTCEBinaryOperatorto an instance ofBinaryOperatorthat throws an instance ofLambdaContainerExceptionwith the causing exception, in case the wrapped instance emitted a checked exception. 
