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
TCEBiConsumerto an instance ofBiConsumerthat throws an instance ofLambdaContainerExceptionwith 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
TCEBiFunctionto an instance ofBiFunctionthat throws an instance ofLambdaContainerExceptionwith 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
TCEBinaryOperatorto an instance ofBinaryOperatorthat throws an instance ofLambdaContainerExceptionwith 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
TCEConsumerto an instance ofConsumerthat throws an instance ofLambdaContainerExceptionwith 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
TCEFunctionto an instance ofFunctionthat throws an instance ofLambdaContainerExceptionwith 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
TCEPredicateto an instance ofPredicatethat throws an instance ofLambdaContainerExceptionwith 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
TCESupplierto an instance ofSupplierthat throws an instance ofLambdaContainerExceptionwith 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
TCETriConsumerto an instance ofTriConsumerthat throws an instance ofLambdaContainerExceptionwith 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
TCETriFunctionto an instance ofTriFunctionthat throws an instance ofLambdaContainerExceptionwith the causing exception, in case the wrapped instance emitted a checked exception.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
