Uses of Package
org.tquadrat.foundation.function.tce
Packages that use org.tquadrat.foundation.function.tce
Package
Description
Functional interfaces for the Foundation Library.
TCE versions of the
  functional interfaces
  in the package
  
java.util.function
  and others.- 
Classes in org.tquadrat.foundation.function.tce used by org.tquadrat.foundation.functionClassDescriptionThe TCE version of the interface
BiConsumerthat represents an operation that accepts two input arguments and returns no result.The TCE version of the interfaceBiFunctionthat represents a function that accepts two arguments and produces a result.The TCE version of the interfaceBinaryOperatorthat represents an operation upon two operands of the same type, producing a result of the same type as the operands.The TCE version of the interfaceConsumerthat represents an operation that accepts a single input argument and returns no result.The TCE version of the interfaceFunctionthat represents a function that accepts one argument and produces a result.The TCE version of the interfacePredicatethat represents a predicate (boolean-valued function) of one argument.The TCE version of the interfaceSupplierthat represents a supplier of results.The TCE version of the interfaceTriConsumerthat represents an operation that accepts three input arguments and returns no result.The TCE version of the interfaceTriFunctionthat represents a function that accepts three arguments and produces a result.
Different from the methodFunction.apply()the methodTCETriFunction.apply(Object, Object, Object)of this interface declares to throw a checked exception.
This is a functional interface whose functional method isTCETriFunction.apply(Object, Object, Object). - 
Classes in org.tquadrat.foundation.function.tce used by org.tquadrat.foundation.function.tceClassDescriptionThe TCE version of the interface
BiFunctionthat represents a function that accepts two arguments and produces a result.The TCE version of the interfaceFunctionthat represents a function that accepts one argument and produces a result.The TCE version of the interfaceTriFunctionthat represents a function that accepts three arguments and produces a result.
Different from the methodFunction.apply()the methodTCETriFunction.apply(Object, Object, Object)of this interface declares to throw a checked exception.
This is a functional interface whose functional method isTCETriFunction.apply(Object, Object, Object). 
