Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- wrapBiConsumer(TCEBiConsumer<? super T1, ? super T2>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCEBiConsumer
to an instance ofBiConsumer
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapBiFunction(TCEBiFunction<? super T1, ? super T2, ? extends R>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCEBiFunction
to an instance ofBiFunction
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapBinaryOperator(TCEBinaryOperator<T>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCEBinaryOperator
to an instance ofBinaryOperator
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapConsumer(TCEConsumer<? super T>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCEConsumer
to an instance ofConsumer
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapFunction(Function<? super A, String>) - Static method in interface org.tquadrat.foundation.lang.Stringer
-
Wraps a function that returns a String to an argument stringer.
- wrapFunction(TCEFunction<? super T, ? extends R>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCEFunction
to an instance ofFunction
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapPredicate(TCEPredicate<? super T>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCEPredicate
to an instance ofPredicate
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapSupplier(TCESupplier<? extends T>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCESupplier
to an instance ofSupplier
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapTriConsumer(TCETriConsumer<? super T1, ? super T2, ? super T3>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCETriConsumer
to an instance ofTriConsumer
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception. - wrapTriFunction(TCETriFunction<? super T1, ? super T2, ? super T3, ? extends R>) - Static method in class org.tquadrat.foundation.function.Functions
-
Wraps an instance of
TCETriFunction
to an instance ofTriFunction
that throws an instance ofLambdaContainerException
with the causing exception, in case the wrapped instance emitted a checked exception.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form