Index

A B C D E F G H I L M N O P R S T U V W X Z 
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 of BiConsumer that throws an instance of LambdaContainerException 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 of BiFunction that throws an instance of LambdaContainerException 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 of BinaryOperator that throws an instance of LambdaContainerException 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 of Consumer that throws an instance of LambdaContainerException 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 of Function that throws an instance of LambdaContainerException 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 of Predicate that throws an instance of LambdaContainerException 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 of Supplier that throws an instance of LambdaContainerException 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 of TriConsumer that throws an instance of LambdaContainerException 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 of TriFunction that throws an instance of LambdaContainerException with the causing exception, in case the wrapped instance emitted a checked exception.
A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form