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
BiConsumer
that represents an operation that accepts two input arguments and returns no result.The TCE version of the interfaceBiFunction
that represents a function that accepts two arguments and produces a result.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.The TCE version of the interfaceConsumer
that represents an operation that accepts a single input argument and returns no result.The TCE version of the interfaceFunction
that represents a function that accepts one argument and produces a result.The TCE version of the interfacePredicate
that represents a predicate (boolean-valued function) of one argument.The TCE version of the interfaceSupplier
that represents a supplier of results.The TCE version of the interfaceTriConsumer
that represents an operation that accepts three input arguments and returns no result.The TCE version of the interfaceTriFunction
that 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
BiFunction
that represents a function that accepts two arguments and produces a result.The TCE version of the interfaceFunction
that represents a function that accepts one argument and produces a result.The TCE version of the interfaceTriFunction
that 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)
.