- accept(double) - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Performs this operation on the given argument.
- accept(int) - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Performs this operation on the given argument.
- accept(long) - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Performs this operation on the given argument.
- accept(File) - Method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Tests whether or not the specified abstract pathname should be included in a
pathname list.
- accept(File, String) - Method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Tests if a specified file should be included in a file list.
- accept(T) - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Performs this operation on the given argument.
- accept(T, double) - Method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Performs this operation on the given arguments.
- accept(T, int) - Method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Performs this operation on the given arguments.
- accept(T, U) - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Performs this operation on the given arguments.
- and(BiPredicateWithException<? super T, ? super U, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
- and(DoublePredicateWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
- and(FileFilterWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Returns a composed FileFilter that represents a short-circuiting logical AND
of this FileFilter and another.
- and(FilenameFilterWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Returns a composed FilenameFilter that represents a short-circuiting logical
AND of this FilenameFilter and another.
- and(IntPredicateWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
- and(LongPredicateWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
- and(PathMatcherWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Returns a composed PathMatcher that represents a short-circuiting logical AND
of this PathMatcher and another.
- and(PredicateWithException<? super T, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
- andThen(BiConsumerWithException<? super T, ? super U, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Returns a composed BiConsumerWithException that performs, in
sequence, this operation followed by the after operation.
- andThen(ConsumerWithException<? super T, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Returns a composed ConsumerWithException that performs, in sequence,
this operation followed by the after operation.
- andThen(DoubleConsumerWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Returns a composed DoubleConsumerWithException that performs, in
sequence, this operation followed by the after operation.
- andThen(DoubleUnaryOperatorWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Returns a composed operator that first applies this operator to its input,
and then applies the after operator to the result.
- andThen(FunctionWithException<? super R, ? extends V, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Returns a composed FunctionWithException that first applies this
FunctionWithException to its input, and then applies the
after FunctionWithException to the result.
- andThen(FunctionWithException<? super R, ? extends V, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Returns a composed function that first applies this function to its input,
and then applies the after function to the result.
- andThen(IntConsumerWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Returns a composed IntConsumerWithException that performs, in
sequence, this operation followed by the after operation.
- andThen(IntUnaryOperatorWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Returns a composed operator that first applies this operator to its input,
and then applies the after operator to the result.
- andThen(LongConsumerWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Returns a composed LongConsumerWithException that performs, in
sequence, this operation followed by the after operation.
- andThen(LongUnaryOperatorWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Returns a composed operator that first applies this operator to its input,
and then applies the after operator to the result.
- andThen(RunnableWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Returns a composed RunnableWithException that performs, in sequence,
this operation followed by the after operation.
- apply(double) - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Applies this function to the given argument.
- apply(int) - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Applies this function to the given argument.
- apply(long) - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Applies this function to the given argument.
- apply(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Applies this function to the given argument.
- apply(T, U) - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Applies this function to the given arguments.
- applyAsDouble(double) - Method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
AApplies this operator to the given operand.
- applyAsDouble(double, double) - Method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Applies this operator to the given operands.
- applyAsDouble(int) - Method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Applies this function to the given argument.
- applyAsDouble(T) - Method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Applies this function to the given argument.
- applyAsDouble(T, U) - Method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Applies this function to the given arguments.
- applyAsInt(double) - Method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Applies this function to the given argument.
- applyAsInt(int) - Method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Applies this operator to the given operand.
- applyAsInt(int, int) - Method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Applies this operator to the given operands.
- applyAsInt(long) - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Applies this function to the given argument.
- applyAsInt(T) - Method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Applies this function to the given argument.
- applyAsInt(T, U) - Method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Applies this function to the given arguments.
- applyAsLong(double) - Method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Applies this function to the given argument.
- applyAsLong(long) - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Applies this operator to the given operand.
- applyAsLong(long, long) - Method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Applies this operator to the given operands.
- applyAsLong(T) - Method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Applies this function to the given argument.
- applyAsLong(T, U) - Method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Applies this function to the given arguments.
- asBiConsumer() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a
BiConsumerWithException.
- asBiConsumer(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a
BiConsumerWithException.
- asBiConsumer(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a ObjDoubleConsumerWithException to a
BiConsumerWithException returning null.
- asBiConsumer(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a ObjIntConsumerWithException to a
BiConsumerWithException returning null.
- asBiConsumer(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a ObjLongConsumerWithException to a
BiConsumerWithException returning null.
- asBiFunction() - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a BiConsumerWithException to a
BiFunctionWithException returning null.
- asBiFunction() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a
BiFunctionWithException.
- asBiFunction(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a BiConsumerWithException to a
BiFunctionWithException returning null.
- asBiFunction(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a
BiFunctionWithException.
- asCallable(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a Callable.
- asCallable(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a Callable.
- asConsumer() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a ConsumerWithException.
- asConsumer(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a DoubleConsumerWithException to a
ConsumerWithException.
- asConsumer(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a ConsumerWithException.
- asConsumer(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a IntConsumerWithException to a
ConsumerWithException.
- asConsumer(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a LongConsumerWithException to a
ConsumerWithException.
- asFunction() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a ConsumerWithException to a FunctionWithException
returning null.
- asFunction() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a SupplierWithException to a FunctionWithException .
- asFunction(BiFunctionWithException<T, U, R, E>, U) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a
FunctionWithException.
- asFunction(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a ConsumerWithException to a FunctionWithException
returning null.
- asFunction(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a RunnableWithException to a FunctionWithException
returning null and ignoring input.
- asFunction(SupplierWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a SupplierWithException to a FunctionWithException.
- asFunction(U) - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a
FunctionWithException.
- asRunnable(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a RunnableWithException.
- asRunnable(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a RunnableWithException.
- asSupplier(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a SupplierWithException.
- asSupplier(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a SupplierWithException.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Returns a BiConsumerWithException that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Returns a FunctionWithException that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Returns a binary operator that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Returns a predicate that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Returns a supplier that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Returns a ConsumerWithException that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Returns an operation that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Returns a predicate that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Returns a supplier that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Returns a FileFilter that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Returns a FilenameFilter that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Returns an operation that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Returns a predicate that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Returns a supplier that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Returns an operation that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Returns a predicate that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Returns a supplier that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Returns an operation that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Returns a ObjectInputFilter that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Returns an operation that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Returns an operation that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Returns a PathMatcher that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Returns a predicate that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Returns an operation that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Returns a supplier that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Returns a function that always throw exception.
- failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Returns a unary operator that always throw exception.
- FileFilterWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
A filter for abstract pathnames and may throw an exception.
- FilenameFilterWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Instances of classes that implement this interface are used to filter
filenames and may throw exception.
- forException(Class<E>, Function<E, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Helper method to create exception wrapper that check the exception class.
- forExceptions(ExceptionMapper...) - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Helper method to create exception wrapper that use the first one that is
applicable.
- forExceptions(ExceptionMapper, ExceptionMapper) - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Helper method to create exception wrapper to use the first mapper if
applicable or else the second.
- forExceptions(ExceptionMapper, ExceptionMapper, ExceptionMapper) - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Helper method to create exception wrapper to use the first mapper if
applicable or else the second or else the third
- FunctionWithException<T,R,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts one argument, may throw exception and
produces a result.
- identity() - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Returns a function that always returns its input argument.
- identity() - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Returns a unary operator that always returns its input argument.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts this BiConsumerWithException to a lifted
BiConsumer that ignore exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this BiFunctionWithException to a lifted BiFunction
returning null in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts this BinaryOperatorWithException to a lifted
BinaryOperator returning null in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this ConsumerWithException to a lifted
Consumer that ignore exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this DoubleConsumerWithException to a lifted
DoubleConsumer ignoring exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this DoubleFunctionWithException to a lifted
DoubleFunction returning null in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.ExceptionHandlerSupport
-
Converts this functional interface to the corresponding java standard
functional interface returning a default value in case of error.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts this FunctionWithException to a lifted Function
returning null in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this IntConsumerWithException to a lifted
IntConsumer ignoring exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this IntFunctionWithException to a lifted
IntFunction returning null in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this LongConsumerWithException to a lifted
LongConsumer ignoring exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this LongFunctionWithException to a lifted
LongFunction returning null in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts this LongSupplierWithException to a lifted
LongSupplier returning 0 in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts this LongToDoubleFunctionWithException to a lifted
LongToDoubleFunction returning 0 in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts this LongToIntFunctionWithException to a lifted
LongToIntFunction returning 0 in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts this LongUnaryOperatorWithException to a lifted
LongUnaryOperator returning zero in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Converts this functional interface to a lifted one.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts this ObjLongConsumerWithException to a lifted
ObjDoubleConsumer ignoring exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts this
ObjectInputFilterWithException to a lifted
ObjectInputFilter returning
Status.UNDECIDED
in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Converts this functional interface to the corresponding java standard
functional interface returning a null in case of error.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts this ObjIntConsumerWithException to a lifted
ObjIntConsumer ignoring exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this ObjLongConsumerWithException to a lifted
ObjLongConsumer ignoring exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.PrimitiveReturnExceptionHandlerSupport
-
Converts this functional interface to a lifted one.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts this RunnableWithException to a lifted
Runnable ignoring exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts this SupplierWithException to a lifted Supplier
returning null in case of exception.
- ignore() - Method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts this UnaryOperatorWithException to a lifted
UnaryOperator returning null in case of exception.
- ignored(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a BiConsumerWithException to a lifted BiConsumer
ignoring exception.
- ignored(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a lifted BiFunction
returning null in case of exception.
- ignored(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a BinaryOperatorWithException to a lifted
BinaryOperator returning null in case of exception.
- ignored(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a BiPredicateWithException to a lifted BiPredicate
returning false in case of exception.
- ignored(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a BooleanSupplierWithException to a lifted
BooleanSupplier returning null in case of exception.
- ignored(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a ConsumerWithException to a lifted Consumer
ignoring exception.
- ignored(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a DoubleBinaryOperatorWithException to a lifted
DoubleBinaryOperator with 0 as return value in case of
exception.
- ignored(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a DoubleConsumerWithException to a lifted
DoubleConsumer ignoring exception.
- ignored(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a DoubleFunctionWithException to a lifted
DoubleFunction returning null in case of exception.
- ignored(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a DoublePredicateWithException to a lifted
DoublePredicate returning false in case of exception.
- ignored(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a DoubleSupplierWithException to a lifted
DoubleSupplier returning 0 in case of exception.
- ignored(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a DoubleToIntFunctionWithException to a lifted
DoubleToIntFunction returning 0 in case of exception.
- ignored(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a DoubleToLongFunctionWithException to a lifted
DoubleToLongFunction returning 0 in case of exception.
- ignored(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a DoubleUnaryOperatorWithException to a lifted
DoubleUnaryOperator returning 0 in case of exception.
- ignored(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a FileFilterWithException to a lifted FileFilter
returning false in case of exception.
- ignored(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a FilenameFilterWithException to a lifted
FilenameFilter returning false in case of exception.
- ignored(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a lifted Function
returning null in case of exception.
- ignored(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a IntBinaryOperatorWithException to a lifted
IntBinaryOperator with 0 as return value in case of
exception.
- ignored(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a IntConsumerWithException to a lifted IntConsumer
ignoring exception.
- ignored(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a IntFunctionWithException to a lifted IntFunction
returning null in case of exception.
- ignored(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a IntPredicateWithException to a lifted IntPredicate
returning false in case of exception.
- ignored(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a IntSupplierWithException to a lifted IntSupplier
returning 0 in case of exception.
- ignored(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a IntToDoubleFunctionWithException to a lifted
IntToDoubleFunction returning 0 in case of exception.
- ignored(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a IntToLongFunctionWithException to a lifted
IntToLongFunction returning 0 in case of exception.
- ignored(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a IntUnaryOperatorWithException to a lifted
IntUnaryOperator returning 0 in case of exception.
- ignored(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a LongBinaryOperatorWithException to a lifted
LongBinaryOperator with 0 as return value in case of
exception.
- ignored(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a LongConsumerWithException to a lifted LongConsumer
ignoring exception.
- ignored(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a LongFunctionWithException to a lifted LongFunction
returning null in case of exception.
- ignored(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a LongPredicateWithException to a lifted
LongPredicate returning 0 in case of exception.
- ignored(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a LongSupplierWithException to a lifted LongSupplier
returning 0 in case of exception.
- ignored(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a LongToDoubleFunctionWithException to a lifted
LongToDoubleFunction returning 0 in case of exception.
- ignored(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a LongToIntFunctionWithException to a lifted
LongToIntFunction returning 0 in case of exception.
- ignored(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a LongUnaryOperatorWithException to a lifted
LongUnaryOperator returning 0 in case of exception.
- ignored(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a ObjLongConsumerWithException to a lifted
ObjDoubleConsumer ignoring exception.
- ignored(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithException to a lifted
ObjectInputFilter returning
Status.UNDECIDED
in case of exception.
- ignored(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a ObjIntConsumerWithException to a lifted
ObjIntConsumer ignoring exception.
- ignored(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a ObjLongConsumerWithException to a lifted
ObjLongConsumer ignoring exception.
- ignored(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a PathMatcherWithException to a lifted PathMatcher
returning false in case of exception.
- ignored(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a PredicateWithException to a lifted Predicate
returning false in case of exception.
- ignored(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a RunnableWithException to a lifted Runnable
ignoring exception.
- ignored(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a SupplierWithException to a lifted Supplier
returning null in case of exception.
- ignored(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a ToDoubleBiFunctionWithException to a lifted
ToDoubleBiFunction returning 0 in case of exception.
- ignored(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a ToDoubleFunctionWithException to a lifted
ToDoubleFunction returning 0 in case of exception.
- ignored(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a ToIntBiFunctionWithException to a lifted
ToIntBiFunction returning 0 in case of exception.
- ignored(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a ToLongFunctionWithException to a lifted
ToIntFunction returning 0 in case of exception.
- ignored(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a ToLongBiFunctionWithException to a lifted
ToLongBiFunction returning 0 in case of exception.
- ignored(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a ToLongFunctionWithException to a lifted
ToLongFunction returning 0 in case of exception.
- ignored(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a UnaryOperatorWithException to a lifted
UnaryOperator returning null in case of exception.
- IntBinaryOperatorWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation upon two int-valued operands, may thrown
exception and producing an int-valued result.
- IntConsumerWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts a single int-valued argument,
may throw exception and returns no result.
- IntFunctionWithException<R,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts an int-valued argument, may throw
exception and produces a result.
- IntPredicateWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a predicate (boolean-valued function) of one int-valued
argument that may throw exception.
- IntSupplierWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a supplier of int-valued results and may throw exception.
- IntToDoubleFunctionWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts an int-valued argument, may throw an
exception and produces a double-valued result.
- IntToLongFunctionWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts an int-valued argument, may thrown
exception and produces a long-valued result.
- IntUnaryOperatorWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation on a single int-valued operand that produces
an int-valued result and may throws exception.
- lift() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this BiFunctionWithException to a lifted BiFunction
using Optional as return value.
- lift() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this DoubleFunctionWithException to a lifted
DoubleFunction using Optional as return value.
- lift() - Method in interface ch.powerunit.extensions.exceptions.ExceptionHandlerSupport
-
Converts this functional interface to a lifted one.
- lift() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts this FunctionWithException to a lifted Function
using Optional as return value.
- lift() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this IntFunctionWithException to a lifted
IntFunction using Optional as return value.
- lift() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this LongFunctionWithException to a lifted
LongFunction using Optional as return value.
- lift() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Converts this functional interface to a lifted one.
- lift() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts this ObjectInputFilterWithException to a lifted
Function using Optional as return value.
- lift() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Converts this functional interface to a lifted one.
- lift() - Method in interface ch.powerunit.extensions.exceptions.PrimitiveReturnExceptionHandlerSupport
-
Converts this functional interface to a lifted one.
- lift() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts this SupplierWithException to a lifted Supplier
using Optional as return value.
- lifted(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a BiConsumerWithException to a lifted BiConsumer
ignoring exception.
- lifted(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a lifted BiFunction
using Optional as return value.
- lifted(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a BinaryOperatorWithException to a lifted Function
returning an optional in case of exception.
- lifted(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a BiPredicateWithException to a lifted BiPredicate
returning false in case of exception.
- lifted(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a BooleanSupplierWithException to a lifted
BooleanSupplier returning null in case of exception.
- lifted(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a ConsumerWithException to a lifted Consumer
ignoring exception.
- lifted(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a DoubleBinaryOperatorWithException to a lifted
DoubleBinaryOperator with 0 as return value in case of
exception.
- lifted(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a DoubleConsumerWithException to a lifted
DoubleConsumer ignoring exception.
- lifted(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a DoubleFunctionWithException to a lifted
DoubleFunction using Optional as return value.
- lifted(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a DoublePredicateWithException to a lifted
DoublePredicate returning false in case of exception.
- lifted(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a DoubleSupplierWithException to a lifted
DoubleSupplier returning 0 in case of exception.
- lifted(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a DoubleToIntFunctionWithException to a lifted
DoubleToIntFunction returning 0 in case of exception.
- lifted(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a DoubleToLongFunctionWithException to a lifted
DoubleToLongFunction returning 0 in case of exception.
- lifted(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a DoubleUnaryOperatorWithException to a lifted
DoubleUnaryOperator using 0 as return value in case of error.
- lifted(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a FileFilterWithException to a lifted FileFilter
returning false in case of exception.
- lifted(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a FilenameFilterWithException to a lifted
FilenameFilter returning false in case of exception.
- lifted(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a lifted Function using
Optional as return value.
- lifted(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a IntBinaryOperatorWithException to a lifted
IntBinaryOperator with 0 as return value in case of
exception.
- lifted(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a IntConsumerWithException to a lifted IntConsumer
ignoring exception.
- lifted(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a IntFunctionWithException to a lifted IntFunction
using Optional as return value.
- lifted(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a IntPredicateWithException to a lifted IntPredicate
returning false in case of exception.
- lifted(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a IntSupplierWithException to a lifted IntSupplier
returning 0 in case of exception.
- lifted(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a IntToDoubleFunctionWithException to a lifted
IntToDoubleFunction returning 0 in case of exception.
- lifted(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a IntToLongFunctionWithException to a lifted
IntToLongFunction returning 0 in case of exception.
- lifted(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a IntUnaryOperatorWithException to a lifted
IntUnaryOperator using 0 as return value in case of error.
- lifted(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a LongBinaryOperatorWithException to a lifted
LongBinaryOperator with 0 as return value in case of
exception.
- lifted(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a LongConsumerWithException to a lifted LongConsumer
ignoring exception.
- lifted(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a LongFunctionWithException to a lifted Function
using Optional as return value.
- lifted(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a LongPredicateWithException to a lifted
LongPredicate returning 0 in case of exception.
- lifted(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a LongSupplierWithException to a lifted LongSupplier
returning 0 in case of exception.
- lifted(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a LongToDoubleFunctionWithException to a lifted
LongToDoubleFunction returning 0 in case of exception.
- lifted(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a LongToIntFunctionWithException to a lifted
LongToIntFunction returning 0 in case of exception.
- lifted(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a LongUnaryOperatorWithException to a lifted
LongUnaryOperator using 0 as return value in case of error.
- lifted(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a ObjLongConsumerWithException to a lifted
ObjDoubleConsumer ignoring exception.
- lifted(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a ObjectInputFilterWithException to a lifted
ObjectInputFilter using Optional as return value.
- lifted(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a ObjIntConsumerWithException to a lifted
ObjIntConsumer ignoring exception.
- lifted(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a ObjLongConsumerWithException to a lifted
ObjLongConsumer ignoring exception.
- lifted(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a PathMatcherWithException to a lifted PathMatcher
returning false in case of exception.
- lifted(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a PredicateWithException to a lifted Predicate
returning false in case of exception.
- lifted(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a RunnableWithException to a lifted Runnable
ignoring exception.
- lifted(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a SupplierWithException to a lifted Supplier using
Optional as return value.
- lifted(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a ToDoubleBiFunctionWithException to a lifted
ToDoubleBiFunction returning 0 in case of exception.
- lifted(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a ToDoubleFunctionWithException to a lifted
ToDoubleFunction returning 0 in case of exception.
- lifted(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a ToIntBiFunctionWithException to a lifted
ToIntBiFunction returning 0 in case of exception.
- lifted(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a ToLongFunctionWithException to a lifted
ToIntFunction returning 0 in case of exception.
- lifted(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a ToLongBiFunctionWithException to a lifted
ToLongBiFunction returning 0 in case of exception.
- lifted(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a ToLongFunctionWithException to a lifted
ToLongFunction returning 0 in case of exception.
- lifted(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a UnaryOperatorWithException to a lifted Function
returning Optional.
- LongBinaryOperatorWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation upon two long-valued operands and producing a
long-valued result which may throw exception.
- LongConsumerWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts a single long-valued argument,
may throw exception and returns no result.
- LongFunctionWithException<R,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts a long-valued argument, may throw
exception and produces a result.
- LongPredicateWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a predicate (boolean-valued function) of one long-valued
argument that may throw exception.
- LongSupplierWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a supplier of long-valued results and may throw exception.
- LongToDoubleFunctionWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts a long-valued argument, may throw an
exception and produces a double-valued result.
- LongToIntFunctionWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts a long-valued argument, may throw
exception and produces an int-valued result.
- LongUnaryOperatorWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation on a single long-valued operand, may thrown
exception and that produces a long-valued result.
- sqlExceptionMapper() - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Exception wrapper, that may be used to copy error code and sql state to the
WrappedException message.
- stage() - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts this BiConsumerWithException to a staged
BiFunction that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Convert this BiFunctionWithException to a lifted BiFunction
that uses CompletionStage as return value.
- stage() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this ConsumerWithException to a staged
Function that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this DoubleConsumerWithException to a staged
DoubleFunction that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Convert this DoubleFunctionWithException to a lifted
DoubleFunction returning CompletionStage as return value.
- stage() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Convert this FunctionWithException to a lifted Function
return CompletionStage as return value.
- stage() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this IntConsumerWithException to a staged
IntFunction that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Convert this IntFunctionWithException to a lifted IntFunction
returning CompletionStage as return value.
- stage() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this LongConsumerWithException to a staged
LongFunction that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Convert this LongFunctionWithException to a lifted
LongFunction returning CompletionStage as return value.
- stage() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Converts this functional interface to a lifted one, using a
CompletionStage as a return value.
- stage() - Method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts this ObjDoubleConsumerWithException to a staged
BiFunction that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Convert this ObjectInputFilterWithException to a lifted
ObjectInputFilter return CompletionStage as return value.
- stage() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Converts this functional interface to the corresponding java standard
functional interface with staged result.
- stage() - Method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts this ObjIntConsumerWithException to a staged
BiFunction that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this ObjLongConsumerWithException to a staged
BiFunction that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts this RunnableWithException to a staged
Supplier that return a CompletionStage.
- stage() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Convert this SupplierWithException to a lifted Supplier
return CompletionStage as return value.
- staged(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a BiConsumerWithException to a staged BiFunction.
- staged(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Convert this BiFunctionWithException to a lifted BiFunction
return CompletionStage as return value.
- staged(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a ConsumerWithException to a staged Function.
- staged(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a DoubleConsumerWithException to a staged
DoubleFunction.
- staged(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Convert this DoubleFunctionWithException to a lifted
DoubleFunction return CompletionStage as return value.
- staged(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Convert this FunctionWithException to a lifted Function
return CompletionStage as return value.
- staged(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a IntConsumerWithException to a staged IntFunction .
- staged(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Convert this IntFunctionWithException to a lifted IntFunction
returning CompletionStage as return value.
- staged(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a LongConsumerWithException to a staged LongFunction
.
- staged(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Convert this LongFunctionWithException to a lifted
LongFunction return CompletionStage as return value.
- staged(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a ObjDoubleConsumerWithException to a staged
BiFunction .
- staged(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Convert this ObjectInputFilterWithException to a lifted
Function return CompletionStage as return value.
- staged(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a ObjIntConsumerWithException to a staged BiFunction
.
- staged(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a ObjLongConsumerWithException to a staged
BiFunction .
- staged(RunnableWithException<?>) - Static method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
- staged(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a RunnableWithException to a staged Supplier.
- staged(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Convert this SupplierWithException to a lifted Supplier
return CompletionStage as return value.
- staged(Callable<T>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
- SupplierWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a supplier of results that may thrown exception.
- UnaryOperatorWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation on a single operand that produces a result of the
same type as its operand.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts this BiConsumerWithException to a BiConsumer that
wraps exception into RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this BiFunctionWithException to a BiFunction that
wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts this BinaryOperatorWithException to a BinaryOperator
that convert exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this ConsumerWithException to a Consumer that wraps
exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this DoubleConsumerWithException to a DoubleConsumer
that wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this DoubleFunctionWithException to a DoubleFunction
that wraps to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.ExceptionHandlerSupport
-
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts this FunctionWithException to a Function that
convert exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this IntConsumerWithException to a IntConsumer that
wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this IntFunctionWithException to a IntFunction that
wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this LongConsumerWithException to a LongConsumer
that convert exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this LongFunctionWithException to a LongFunction
that wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts this LongSupplierWithException to a LongSupplier
that wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts this LongToDoubleFunctionWithException to a
LongToDoubleFunction that wraps exception to
RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts this LongToIntFunctionWithException to a
LongToIntFunction that wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts this LongUnaryOperatorWithException to a
LongUnaryOperator that convert exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts this ObjLongConsumerWithException to a
ObjDoubleConsumer that wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts this ObjectInputFilterWithException to a
ObjectInputFilter that convert exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts this ObjIntConsumerWithException to a ObjIntConsumer
that wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this ObjLongConsumerWithException to a
ObjLongConsumer that wraps exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.PrimitiveReturnExceptionHandlerSupport
-
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts this RunnableWithException to a Runnable that wraps
exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts this SupplierWithException to a Supplier that wraps
exception to RuntimeException.
- uncheck() - Method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts this UnaryOperatorWithException to a UnaryOperator
that wraps exception to RuntimeException.
- unchecked(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a BiConsumerWithException to a BiConsumer that wraps
exception to RuntimeException.
- unchecked(BiConsumerWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a BiConsumerWithException to a BiConsumer that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a BiFunction that
convert exception to RuntimeException.
- unchecked(BiFunctionWithException<T, U, R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a BiFunctionWithException to a BiFunction that
convert exception to RuntimeException by using the provided mapping
function.
- unchecked(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a BinaryOperatorWithException to a BinaryOperator
that convert exception to RuntimeException.
- unchecked(BinaryOperatorWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a BinaryOperatorWithException to a BinaryOperator
that convert exception to RuntimeException by using the provided
mapping function.
- unchecked(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a BiPredicateWithException to a BiPredicate that
wraps to RuntimeException.
- unchecked(BiPredicateWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a BiPredicateWithException to a BiPredicate that
wraps to RuntimeException by using the provided mapping function.
- unchecked(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a BooleanSupplierWithException to a BooleanSupplier
that wraps exception to RuntimeException.
- unchecked(BooleanSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a BooleanSupplierWithException to a BooleanSupplier
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a ConsumerWithException to a Consumer that wraps
exception to RuntimeException.
- unchecked(ConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a ConsumerWithException to a Consumer that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a DoubleBinaryOperatorException to a
DoubleBinaryOperator that wraps exception to
RuntimeException.
- unchecked(DoubleBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a DoubleBinaryOperatorWithException to a
DoubleBinaryOperator that wraps exception to RuntimeException
by using the provided mapping function.
- unchecked(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a DoubleConsumerWithException to a DoubleConsumer
that wraps exception to RuntimeException.
- unchecked(DoubleConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a DoubleConsumerWithException to a DoubleConsumer
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a DoubleFunctionWithException to a DoubleFunction
that wraps to RuntimeException.
- unchecked(DoubleFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a DoubleFunctionWithException to a DoubleFunction
that wraps to RuntimeException by using the provided mapping
function.
- unchecked(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a DoublePredicateWithException to a DoublePredicate
that wraps exception to RuntimeException.
- unchecked(DoublePredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a PredicateWithException to a Predicate that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a DoubleSupplierWithException to a DoubleSupplier
that wraps exception to RuntimeException.
- unchecked(DoubleSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a DoubleSupplierWithException to a DoubleSupplier
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a DoubleToIntFunctionWithException to a
DoubleToIntFunction that wraps exception to RuntimeException.
- unchecked(DoubleToIntFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a DoubleToIntFunctionWithException to a
DoubleToIntFunction that wraps exception to RuntimeException
by using the provided mapping function.
- unchecked(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a DoubleToLongFunctionWithException to a
DoubleToLongFunction that convert exception to
RuntimeException.
- unchecked(DoubleToLongFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a DoubleToLongFunctionWithException to a
DoubleToLongFunction that convert exception to
RuntimeException by using the provided mapping function.
- unchecked(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a DoubleUnaryOperatorException to a
DoubleUnaryOperator that wraps exception to RuntimeException.
- unchecked(DoubleUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a DoubleUnaryOperatorWithException to a
DoubleUnaryOperator that wraps exception to RuntimeException
by using the provided mapping function.
- unchecked(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a FileFilterWithException to a FileFilter that wraps
exception to RuntimeException.
- unchecked(FileFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a FileFilterWithException to a FileFilter that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a FilenameFilterWithException to a FilenameFilter
that wraps to RuntimeException.
- unchecked(FilenameFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a FilenameFilterWithException to a FilenameFilter
that wraps to RuntimeException by using the provided mapping
function.
- unchecked(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a Function that convert
exception to RuntimeException.
- unchecked(FunctionWithException<T, R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a FunctionWithException to a Function that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a IntBinaryOperatorWithException to a
IntBinaryOperator that convert exception to RuntimeException.
- unchecked(IntBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a IntBinaryOperatorWithException to a
IntBinaryOperator that convert exception to RuntimeException
by using the provided mapping function.
- unchecked(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a IntConsumerWithException to a IntConsumer that
wraps exception to RuntimeException.
- unchecked(IntConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a IntConsumerWithException to a IntConsumer that
wraps exception to RuntimeException by using the provided mapping
function.
- unchecked(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a IntFunctionWithException to a IntFunction that
wraps exception to RuntimeException.
- unchecked(IntFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a IntFunctionWithException to a IntFunction that
wraps exception to RuntimeException by using the provided mapping
function.
- unchecked(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a IntPredicateWithException to a IntPredicate that
wraps exception to RuntimeException.
- unchecked(IntPredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a PredicateWithException to a Predicate that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a IntSupplierWithException to a IntSupplier that
wraps exception to RuntimeException.
- unchecked(IntSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a IntSupplierWithException to a IntSupplier that
wraps exception to RuntimeException by using the provided mapping
function.
- unchecked(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a IntToDoubleFunctionWithException to a
IntToDoubleFunction that wraps exception to RuntimeException.
- unchecked(IntToDoubleFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a IntToDoubleFunctionWithException to a
IntToDoubleFunction that wraps exception to RuntimeException
by using the provided mapping function.
- unchecked(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a IntToLongFunctionWithException to a
IntToLongFunction that wraps exception to RuntimeException.
- unchecked(IntToLongFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a IntToLongFunctionWithException to a
IntToLongFunction that wraps exception to RuntimeException by
using the provided mapping function.
- unchecked(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a IntUnaryOperatorException to a IntUnaryOperator
that wraps exception to RuntimeException.
- unchecked(IntUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a IntUnaryOperatorWithException to a
IntUnaryOperator that wraps exception to RuntimeException by
using the provided mapping function.
- unchecked(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a LongBinaryOperatorWithException to a
LongBinaryOperator that convert exception to
RuntimeException.
- unchecked(LongBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a LongBinaryOperatorWithException to a
LongBinaryOperator that convert exception to RuntimeException
by using the provided mapping function.
- unchecked(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a LongConsumerWithException to a LongConsumer that
convert exception to RuntimeException.
- unchecked(LongConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a LongConsumerWithException to a LongConsumer that
convert exception to RuntimeException by using the provided mapping
function.
- unchecked(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a FunctionWithException to a LongFunction that wraps
to RuntimeException.
- unchecked(LongFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a LongFunctionWithException to a LongFunction that
wraps exception to RuntimeException by using the provided mapping
function.
- unchecked(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a LongPredicateWithException to a LongPredicate that
convert exception to RuntimeException.
- unchecked(LongPredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a PredicateWithException to a Predicate that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a LongSupplierWithException to a LongSupplier that
wraps exception to RuntimeException.
- unchecked(LongSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a LongSupplierWithException to a LongSupplier that
wraps exception to RuntimeException by using the provided mapping
function.
- unchecked(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a LongToDoubleFunctionWithException to a
LongToDoubleFunction that wraps exception to
RuntimeException.
- unchecked(LongToDoubleFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a LongToDoubleFunctionWithException to a
LongToDoubleFunction that wraps exception to RuntimeException
by using the provided mapping function.
- unchecked(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a LongToIntFunctionWithException to a
LongToIntFunction that wraps exception to RuntimeException.
- unchecked(LongToIntFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a LongToIntFunctionWithException to a
LongToIntFunction that wraps exception to RuntimeException by
using the provided mapping function.
- unchecked(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a LongUnaryOperatorException to a LongUnaryOperator
that wraps exception to RuntimeException.
- unchecked(LongUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a LongUnaryOperatorWithException to a
LongUnaryOperator that wraps exception to RuntimeException by
using the provided mapping function.
- unchecked(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a ObjDoubleConsumerWithException to a
ObjDoubleConsumer that wraps exception to RuntimeException.
- unchecked(ObjDoubleConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a ObjLongConsumerWithException to a
ObjDoubleConsumer that wraps exception to RuntimeException by
using the provided mapping function.
- unchecked(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a ObjectInputFilterWithException to a
ObjectInputFilter that convert exception to RuntimeException.
- unchecked(ObjectInputFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a ObjectInputFilterWithException to a
ObjectInputFilter that wraps exception to RuntimeException by
using the provided mapping function.
- unchecked(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a ObjIntConsumerWithException to a ObjIntConsumer
that wraps exception to RuntimeException.
- unchecked(ObjIntConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a ObjIntConsumerWithException to a ObjIntConsumer
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a ObjLongConsumerWithException to a ObjLongConsumer
that wraps exception to RuntimeException.
- unchecked(ObjLongConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a ObjLongConsumerWithException to a ObjLongConsumer
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a PathMatcherWithException to a PathMatcher that
wraps exception to RuntimeException.
- unchecked(PathMatcherWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a PathMatcherWithException to a PathMatcher that
wraps exception to RuntimeException by using the provided mapping
function.
- unchecked(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a PredicateWithException to a Predicate that wraps
exception to RuntimeException.
- unchecked(PredicateWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a PredicateWithException to a Predicate that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(RunnableWithException<?>, Consumer<Exception>) - Static method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
- unchecked(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a RunnableWithException to a Runnable that wraps
exception to RuntimeException.
- unchecked(RunnableWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a RunnableWithException to a Runnable that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a SupplierWithException to a Supplier that wraps
exception to RuntimeException.
- unchecked(SupplierWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a SupplierWithException to a Supplier that wraps
exception to RuntimeException by using the provided mapping function.
- unchecked(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a ToDoubleBiFunctionWithException to a
ToDoubleBiFunction that wraps exception to RuntimeException.
- unchecked(ToDoubleBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a ToDoubleBiFunctionWithException to a
ToDoubleBiFunction that wraps exception to RuntimeException
by using the provided mapping function.
- unchecked(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a ToDoubleFunctionException to a ToDoubleFunction
that convert exception to RuntimeException.
- unchecked(ToDoubleFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a ToDoubleFunctionWithException to a
ToDoubleFunction that convert exception to RuntimeException
by using the provided mapping function.
- unchecked(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a ToIntBiFunctionWithException to a ToIntBiFunction
that wraps exception to RuntimeException.
- unchecked(ToIntBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a ToIntBiFunctionWithException to a ToIntBiFunction
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a ToIntFunctionException to a ToIntFunction that
wraps exception to RuntimeException.
- unchecked(ToIntFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a ToLongFunctionWithException to a ToIntFunction
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a ToLongBiFunctionWithException to a
ToLongBiFunction that wraps exception to RuntimeException.
- unchecked(ToLongBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a ToLongBiFunctionWithException to a
ToLongBiFunction that wraps exception to RuntimeException by
using the provided mapping function.
- unchecked(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a ToLongFunctionException to a ToLongFunction that
wraps exception to RuntimeException.
- unchecked(ToLongFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a ToLongFunctionWithException to a ToLongFunction
that wraps exception to RuntimeException by using the provided
mapping function.
- unchecked(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a UnaryOperatorWithException to a UnaryOperator that
wraps exception to RuntimeException.
- unchecked(UnaryOperatorWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a UnaryOperatorWithException to a UnaryOperator that
wraps exception to RuntimeException by using the provided mapping
function.
- unchecked(Callable<T>, Function<Exception, T>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.PrimitiveReturnExceptionHandlerSupport
-
Used internally to implements the ignore or uncheck operation.
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
- uncheckOrIgnore(boolean) - Method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-