A B C D E F G H I J L M N O P R S T U W
A
- 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 theafter
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 theafter
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 theafter
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 thisFunctionWithException
to its input, and then applies theafter
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 theafter
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 theafter
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 theafter
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
-
Applies 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 aBiConsumerWithException
. - asBiConsumer(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithException
to aBiConsumerWithException
. - asBiConsumer(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjDoubleConsumerWithException
to aBiConsumerWithException
returningnull
. - asBiConsumer(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithException
to aBiConsumerWithException
returningnull
. - asBiConsumer(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithException
to aBiConsumerWithException
returningnull
. - asBiFunction() - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithException
to aBiFunctionWithException
returningnull
. - asBiFunction() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aBiFunctionWithException
. - asBiFunction(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithException
to aBiFunctionWithException
returningnull
. - asBiFunction(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aBiFunctionWithException
. - asCallable(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aCallable
. - asCallable(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aCallable
. - asClosure(ConsumerWithException<T, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
ConsumerWithException
to the one from commons-collections. - asConsumer() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aConsumerWithException
. - asConsumer(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithException
to aConsumerWithException
. - asConsumer(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aConsumerWithException
. - asConsumer(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithException
to aConsumerWithException
. - asConsumer(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithException
to aConsumerWithException
. - asFactory(SupplierWithException<T, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
SupplierWithException
to the one from commons-collections. - asFunction() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithException
to aFunctionWithException
returningnull
. - asFunction() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithException
to aFunctionWithException
. - asFunction(BiFunctionWithException<T, U, R, E>, U) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithException
to aFunctionWithException
. - asFunction(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithException
to aFunctionWithException
returningnull
. - asFunction(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithException
to aFunctionWithException
returningnull
and ignoring input. - asFunction(SupplierWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithException
to aFunctionWithException
. - asFunction(U) - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithException
to aFunctionWithException
. - asPredicate(PredicateWithException<T, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
PredicateWithException
to the one from commons-collections. - asRunnable(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aRunnableWithException
. - asRunnable(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aRunnableWithException
. - asSupplier(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aSupplierWithException
. - asSupplier(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aSupplierWithException
. - asTransformer(FunctionWithException<I, O, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
FunctionWithException
to the one from commons-collections.
B
- BiConsumerWithException<T,U,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts two input arguments and returns no result and may throw exception.
- BiFunctionWithException<T,U,R,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts two arguments, may thrown exception and produces a result.
- BinaryOperatorWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation upon two operands of the same type, that may throw exception, producing a result of the same type as the operands.
- BiPredicateWithException<T,U,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a predicate (boolean-valued function) of two arguments that may throw exception.
- BooleanSupplierWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a supplier of
boolean
-valued results which may throw exception.
C
- ch.powerunit.extensions.exceptions - package ch.powerunit.extensions.exceptions
-
Functional interface similar to the once from
java.util.function
, but withthrows Exception
. - checkInput(ObjectInputFilter.FilterInfo) - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Check the class, array length, number of object references, depth, stream size, and other available filtering information.
- CommonsCollections4Helper - Class in ch.powerunit.extensions.exceptions
-
This class provides several helper methods for the functional interface of the commons-collections4.
- compose(DoubleUnaryOperatorWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. - compose(FunctionWithException<? super V, ? extends T, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Returns a composed function that first applies the
before
function to its input, and then applies this function to the result. - compose(IntUnaryOperatorWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. - compose(LongUnaryOperatorWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. - ConsumerWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts a single input argument, may thrown exception and returns no result.
D
- defaultValue() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
- defaultValue() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Defines the default value (by default
null
) returned by the ignore and ignored method. - documented(Supplier<String>) - Method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
- documented(Supplier<String>) - Method in interface ch.powerunit.extensions.exceptions.ExceptionHandlerSupport
-
Add a
toString
method to the existing interface based on the receivedSupplier
. - documented(Supplier<String>) - Method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
- DoubleBinaryOperatorWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation upon two
double
-valued operands, may throw exception and producing adouble
-valued result. - DoubleConsumerWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts a single
double
-valued argument, may throw exception and returns no result. - DoubleFunctionWithException<R,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts a double-valued argument, may throw exception and produces a result.
- DoublePredicateWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a predicate (boolean-valued function) of one
double
-valued argument that may throw exception. - DoubleSupplierWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a supplier of
double
-valued results and may throw exception. - DoubleToIntFunctionWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts a double-valued argument, may throw exception and produces an int-valued result.
- DoubleToLongFunctionWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts a double-valued argument, may throw exception and produces a long-valued result.
- DoubleUnaryOperatorWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation on a single
double
-valued operand that may thrown exception and produces adouble
-valued result.
E
- ExceptionHandlerSupport<F,L,Z extends ExceptionHandlerSupport<F,L,Z>> - Interface in ch.powerunit.extensions.exceptions
-
Root interface to support global operations related to exception handling.
- exceptionMapper() - Method in interface ch.powerunit.extensions.exceptions.ExceptionHandlerSupport
-
Mapping operation to convert the exception that may be thrown during execution to
RuntimeException
. - ExceptionMapper - Interface in ch.powerunit.extensions.exceptions
-
Interface to help create mapper function for exception wrapping.
F
- 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.
- forException(Class<E>, Function<E, RuntimeException>, int) - 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
- forOrderedExceptions(Collection<ExceptionMapper>) - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Helper method to create exception wrapper that use the first one that is applicable, but having them sorted using the
ExceptionMapper.order()
method. - 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.
G
- get() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Gets a result.
- getAsBoolean() - Method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Gets a result.
- getAsDouble() - Method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Gets a result.
- getAsInt() - Method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Gets a result.
- getAsLong() - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Gets a result.
H
- handleException(boolean, Exception, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.PrimitiveReturnExceptionHandlerSupport
-
Internal function to throw an exception in case of error and uncheck mode.
I
- 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 liftedBiConsumer
that ignore exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this
BiFunctionWithException
to a liftedBiFunction
returningnull
(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()
) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts this
BinaryOperatorWithException
to a liftedBinaryOperator
returningnull
in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this
ConsumerWithException
to a liftedConsumer
that ignore exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this
DoubleConsumerWithException
to a liftedDoubleConsumer
ignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this
DoubleFunctionWithException
to a liftedDoubleFunction
returningnull
(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()
) 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 liftedFunction
returningnull
(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()
) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this
IntConsumerWithException
to a liftedIntConsumer
ignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this
IntFunctionWithException
to a liftedIntFunction
returningnull
(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()
) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this
LongConsumerWithException
to a liftedLongConsumer
ignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this
LongFunctionWithException
to a liftedLongFunction
returningnull
(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()
) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts this
LongSupplierWithException
to a liftedLongSupplier
returning0
in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts this
LongToDoubleFunctionWithException
to a liftedLongToDoubleFunction
returning0
in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts this
LongToIntFunctionWithException
to a liftedLongToIntFunction
returning0
in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts this
LongUnaryOperatorWithException
to a liftedLongUnaryOperator
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 liftedObjDoubleConsumer
ignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts this
ObjectInputFilterWithException
to a liftedObjectInputFilter
returningStatus.UNDECIDED
(or the value redefined by the methodObjectInputFilterWithException.defaultValue()
) 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 liftedObjIntConsumer
ignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this
ObjLongConsumerWithException
to a liftedObjLongConsumer
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 liftedRunnable
ignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts this
SupplierWithException
to a liftedSupplier
returningnull
(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()
) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts this
UnaryOperatorWithException
to a liftedUnaryOperator
returningnull
in case of exception. - ignored(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithException
to a liftedBiConsumer
ignoring exception. - ignored(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithException
to a liftedBiFunction
returningnull
in case of exception. - ignored(BiFunctionWithException<T, U, R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithException
to a liftedBiFunction
returning a default in case of exception. - ignored(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithException
to a liftedBinaryOperator
returningnull
in case of exception. - ignored(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithException
to a liftedBiPredicate
returningfalse
in case of exception. - ignored(BiPredicateWithException<T, U, E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithException
to a liftedBiPredicate
returning a default value in case of exception. - ignored(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithException
to a liftedBooleanSupplier
returningnull
in case of exception. - ignored(BooleanSupplierWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithException
to a liftedBooleanSupplier
returning a default value in case of exception. - ignored(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithException
to a liftedConsumer
ignoring exception. - ignored(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithException
to a liftedDoubleBinaryOperator
with0
as return value in case of exception. - ignored(DoubleBinaryOperatorWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithException
to a liftedDoubleBinaryOperator
with a default value as return value in case of exception. - ignored(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithException
to a liftedDoubleConsumer
ignoring exception. - ignored(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithException
to a liftedDoubleFunction
returningnull
in case of exception. - ignored(DoubleFunctionWithException<R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithException
to a liftedDoubleFunction
returning a default value in case of exception. - ignored(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithException
to a liftedDoublePredicate
returningfalse
in case of exception. - ignored(DoublePredicateWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithException
to a liftedDoublePredicate
returning a default value in case of exception. - ignored(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithException
to a liftedDoubleSupplier
returning0
in case of exception. - ignored(DoubleSupplierWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithException
to a liftedDoubleSupplier
returning a default value in case of exception. - ignored(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithException
to a liftedDoubleToIntFunction
returning0
in case of exception. - ignored(DoubleToIntFunctionWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithException
to a liftedDoubleToIntFunction
returning a default value in case of exception. - ignored(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithException
to a liftedDoubleToLongFunction
returning0
in case of exception. - ignored(DoubleToLongFunctionWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithException
to a liftedDoubleToLongFunction
returning a default value in case of exception. - ignored(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithException
to a liftedDoubleUnaryOperator
returning0
in case of exception. - ignored(DoubleUnaryOperatorWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithException
to a liftedDoubleUnaryOperator
returning a default value in case of exception. - ignored(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithException
to a liftedFileFilter
returningfalse
in case of exception. - ignored(FileFilterWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithException
to a liftedFileFilter
returning a default value in case of exception. - ignored(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithException
to a liftedFilenameFilter
returningfalse
in case of exception. - ignored(FilenameFilterWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithException
to a liftedFilenameFilter
returning a default value in case of exception. - ignored(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to a liftedFunction
returningnull
in case of exception. - ignored(FunctionWithException<T, R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to a liftedFunction
returning a default value in case of exception. - ignored(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithException
to a liftedIntBinaryOperator
with0
as return value in case of exception. - ignored(IntBinaryOperatorWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithException
to a liftedIntBinaryOperator
with a default value as return value in case of exception. - ignored(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithException
to a liftedIntConsumer
ignoring exception. - ignored(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithException
to a liftedIntFunction
returningnull
in case of exception. - ignored(IntFunctionWithException<R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithException
to a liftedIntFunction
returning a default value in case of exception. - ignored(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithException
to a liftedIntPredicate
returningfalse
in case of exception. - ignored(IntPredicateWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithException
to a liftedIntPredicate
returning a default value in case of exception. - ignored(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithException
to a liftedIntSupplier
returning0
in case of exception. - ignored(IntSupplierWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithException
to a liftedIntSupplier
returning a default value in case of exception. - ignored(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithException
to a liftedIntToDoubleFunction
returning0
in case of exception. - ignored(IntToDoubleFunctionWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithException
to a liftedIntToDoubleFunction
returning a default value in case of exception. - ignored(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithException
to a liftedIntToLongFunction
returning0
in case of exception. - ignored(IntToLongFunctionWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithException
to a liftedIntToLongFunction
returning a default value in case of exception. - ignored(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithException
to a liftedIntUnaryOperator
returning0
in case of exception. - ignored(IntUnaryOperatorWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithException
to a liftedIntUnaryOperator
returning a default value in case of exception. - ignored(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithException
to a liftedLongBinaryOperator
with0
as return value in case of exception. - ignored(LongBinaryOperatorWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithException
to a liftedLongBinaryOperator
with a default value as return value in case of exception. - ignored(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithException
to a liftedLongConsumer
ignoring exception. - ignored(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithException
to a liftedLongFunction
returningnull
in case of exception. - ignored(LongFunctionWithException<R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithException
to a liftedLongFunction
returning a default value in case of exception. - ignored(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithException
to a liftedLongPredicate
returning0
in case of exception. - ignored(LongPredicateWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithException
to a liftedLongPredicate
returning a default value in case of exception. - ignored(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithException
to a liftedLongSupplier
returning0
in case of exception. - ignored(LongSupplierWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithException
to a liftedLongSupplier
returning a default value in case of exception. - ignored(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithException
to a liftedLongToDoubleFunction
returning0
in case of exception. - ignored(LongToDoubleFunctionWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithException
to a liftedLongToDoubleFunction
returning a default value in case of exception. - ignored(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithException
to a liftedLongToIntFunction
returning0
in case of exception. - ignored(LongToIntFunctionWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithException
to a liftedLongToIntFunction
returning a default value in case of exception. - ignored(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithException
to a liftedLongUnaryOperator
returning0
in case of exception. - ignored(LongUnaryOperatorWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithException
to a liftedLongUnaryOperator
returning a default value in case of exception. - ignored(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjLongConsumerWithException
to a liftedObjDoubleConsumer
ignoring exception. - ignored(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithException
to a liftedObjectInputFilter
returningStatus.UNDECIDED
in case of exception. - ignored(ObjectInputFilterWithException<E>, ObjectInputFilter.Status) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithException
to a liftedObjectInputFilter
returning a default value in case of exception. - ignored(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithException
to a liftedObjIntConsumer
ignoring exception. - ignored(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithException
to a liftedObjLongConsumer
ignoring exception. - ignored(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithException
to a liftedPathMatcher
returningfalse
in case of exception. - ignored(PathMatcherWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithException
to a liftedPathMatcher
returning a default value in case of exception. - ignored(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithException
to a liftedPredicate
returningfalse
in case of exception. - ignored(PredicateWithException<T, E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithException
to a liftedPredicate
returning a default value in case of exception. - ignored(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithException
to a liftedRunnable
ignoring exception. - ignored(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithException
to a liftedSupplier
returningnull
in case of exception. - ignored(SupplierWithException<T, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithException
to a liftedSupplier
returning a default value in case of exception. - ignored(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithException
to a liftedToDoubleBiFunction
returning0
in case of exception. - ignored(ToDoubleBiFunctionWithException<T, U, E>, double) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithException
to a liftedToDoubleBiFunction
returning a default value in case of exception. - ignored(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithException
to a liftedToDoubleFunction
returning0
in case of exception. - ignored(ToDoubleFunctionWithException<T, E>, double) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithException
to a liftedToDoubleFunction
returning a default value in case of exception. - ignored(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithException
to a liftedToIntBiFunction
returning0
in case of exception. - ignored(ToIntBiFunctionWithException<T, U, E>, int) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithException
to a liftedToIntBiFunction
returning a default value in case of exception. - ignored(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithException
to a liftedToIntFunction
returning0
in case of exception. - ignored(ToIntFunctionWithException<T, E>, int) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithException
to a liftedToIntFunction
returning a default value in case of exception. - ignored(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithException
to a liftedToLongBiFunction
returning0
in case of exception. - ignored(ToLongBiFunctionWithException<T, U, E>, long) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithException
to a liftedToLongBiFunction
returning a default value in case of exception. - ignored(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithException
to a liftedToLongFunction
returning0
in case of exception. - ignored(ToLongFunctionWithException<T, E>, long) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithException
to a liftedToLongFunction
returning a default value in case of exception. - ignored(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithException
to a liftedUnaryOperator
returningnull
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 anint
-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 anint
-valued result and may throws exception.
J
- jaxbExceptionMapper() - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Exception wrapper, that may be used to copy jaxb information to the
WrappedException
message.
L
- lift() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this
BiFunctionWithException
to a liftedBiFunction
usingOptional
as return value. - lift() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this
DoubleFunctionWithException
to a liftedDoubleFunction
usingOptional
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 liftedFunction
usingOptional
as return value. - lift() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this
IntFunctionWithException
to a liftedIntFunction
usingOptional
as return value. - lift() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this
LongFunctionWithException
to a liftedLongFunction
usingOptional
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 liftedFunction
usingOptional
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 liftedSupplier
usingOptional
as return value. - lifted(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithException
to a liftedBiConsumer
ignoring exception. - lifted(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithException
to a liftedBiFunction
usingOptional
as return value. - lifted(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithException
to a liftedFunction
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 liftedBiPredicate
returningfalse
in case of exception. - lifted(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithException
to a liftedBooleanSupplier
returningnull
in case of exception. - lifted(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithException
to a liftedConsumer
ignoring exception. - lifted(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithException
to a liftedDoubleBinaryOperator
with0
as return value in case of exception. - lifted(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithException
to a liftedDoubleConsumer
ignoring exception. - lifted(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithException
to a liftedDoubleFunction
usingOptional
as return value. - lifted(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithException
to a liftedDoublePredicate
returningfalse
in case of exception. - lifted(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithException
to a liftedDoubleSupplier
returning0
in case of exception. - lifted(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithException
to a liftedDoubleToIntFunction
returning0
in case of exception. - lifted(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithException
to a liftedDoubleToLongFunction
returning0
in case of exception. - lifted(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithException
to a liftedDoubleUnaryOperator
using0
as return value in case of error. - lifted(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithException
to a liftedFileFilter
returningfalse
in case of exception. - lifted(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithException
to a liftedFilenameFilter
returningfalse
in case of exception. - lifted(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to a liftedFunction
usingOptional
as return value. - lifted(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithException
to a liftedIntBinaryOperator
with0
as return value in case of exception. - lifted(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithException
to a liftedIntConsumer
ignoring exception. - lifted(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithException
to a liftedIntFunction
usingOptional
as return value. - lifted(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithException
to a liftedIntPredicate
returningfalse
in case of exception. - lifted(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithException
to a liftedIntSupplier
returning0
in case of exception. - lifted(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithException
to a liftedIntToDoubleFunction
returning0
in case of exception. - lifted(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithException
to a liftedIntToLongFunction
returning0
in case of exception. - lifted(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithException
to a liftedIntUnaryOperator
using0
as return value in case of error. - lifted(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithException
to a liftedLongBinaryOperator
with0
as return value in case of exception. - lifted(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithException
to a liftedLongConsumer
ignoring exception. - lifted(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithException
to a liftedFunction
usingOptional
as return value. - lifted(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithException
to a liftedLongPredicate
returning0
in case of exception. - lifted(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithException
to a liftedLongSupplier
returning0
in case of exception. - lifted(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithException
to a liftedLongToDoubleFunction
returning0
in case of exception. - lifted(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithException
to a liftedLongToIntFunction
returning0
in case of exception. - lifted(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithException
to a liftedLongUnaryOperator
using0
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 liftedObjDoubleConsumer
ignoring exception. - lifted(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithException
to a liftedObjectInputFilter
usingOptional
as return value. - lifted(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithException
to a liftedObjIntConsumer
ignoring exception. - lifted(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithException
to a liftedObjLongConsumer
ignoring exception. - lifted(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithException
to a liftedPathMatcher
returningfalse
in case of exception. - lifted(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithException
to a liftedPredicate
returningfalse
in case of exception. - lifted(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithException
to a liftedRunnable
ignoring exception. - lifted(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithException
to a liftedSupplier
usingOptional
as return value. - lifted(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithException
to a liftedToDoubleBiFunction
returning0
in case of exception. - lifted(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithException
to a liftedToDoubleFunction
returning0
in case of exception. - lifted(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithException
to a liftedToIntBiFunction
returning0
in case of exception. - lifted(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithException
to a liftedToIntFunction
returning0
in case of exception. - lifted(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithException
to a liftedToLongBiFunction
returning0
in case of exception. - lifted(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithException
to a liftedToLongFunction
returning0
in case of exception. - lifted(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithException
to a liftedFunction
returningOptional
. - LongBinaryOperatorWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation upon two
long
-valued operands and producing along
-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 along
-valued result.
M
- matches(Path) - Method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Tells if given path matches this matcher's pattern.
N
- negate() - Method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Returns a predicate that represents the logical negation of this predicate.
- negate() - Method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Returns a predicate that represents the logical negation of this predicate.
- negate() - Method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Returns a FileFilter that represents the logical negation of this FileFilter.
- negate() - Method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Returns a FilenameFilter that represents the logical negation of this FilenameFilter.
- negate() - Method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Returns a predicate that represents the logical negation of this predicate.
- negate() - Method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Returns a predicate that represents the logical negation of this predicate.
- negate() - Method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Returns a PathMatcher that represents the logical negation of this PathMatcher.
- negate() - Method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Returns a predicate that represents the logical negation of this predicate.
- negate(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Negate a
DoublePredicateWithException
. - negate(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Negate a
DoublePredicateWithException
. - negate(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Negate a
PredicateWithException
. - negate(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Negate a
DoublePredicateWithException
. - negate(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Negate a
IntPredicateWithException
. - negate(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Negate a
LongPredicateWithException
. - negate(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Negate a
PredicateWithException
. - negate(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Negate a
PredicateWithException
. - NoReturnExceptionHandlerSupport<F,S,Z extends NoReturnExceptionHandlerSupport<F,S,Z>> - Interface in ch.powerunit.extensions.exceptions
-
Root interface to support global operations related to exception handling for functional interface without return value.
- notThrowingHandler() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
- notThrowingHandler() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
O
- ObjDoubleConsumerWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts an object-valued and a
double
-valued argument, and returns no result. - ObjectInputFilterWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Filter classes, array lengths, and graph metrics during deserialization that may throw exception.
- ObjectReturnExceptionHandlerSupport<F,L,S,T,Z extends ObjectReturnExceptionHandlerSupport<F,L,S,T,Z>> - Interface in ch.powerunit.extensions.exceptions
-
Root interface to support global operations related to exception handling for functional interface returning Object result.
- ObjIntConsumerWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts an object-valued and a
int
-valued argument, and returns no result. - ObjLongConsumerWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts an object-valued and a
long
-valued argument, and returns no result. - or(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 OR of this predicate and another.
- or(DoublePredicateWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- or(FileFilterWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Returns a composed FileFilter that represents a short-circuiting logical OR of this FileFilter and another.
- or(FilenameFilterWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Returns a composed FilenameFilter that represents a short-circuiting logical OR of this FilenameFilter and another.
- or(IntPredicateWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- or(LongPredicateWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- or(PathMatcherWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Returns a composed PathMatcher that represents a short-circuiting logical OR of this PathMatcher and another.
- or(PredicateWithException<? super T, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- order() - Method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
This method is used when ExceptionMapper are registered as default Mapper to defines the right order to select then.
P
- PathMatcherWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
An interface that is implemented by objects that perform match operations on paths and may throw an exception.
- PredicateWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a predicate (boolean-valued function) of one argument and may throw an exception.
- PrimitiveReturnExceptionHandlerSupport<F,Z extends PrimitiveReturnExceptionHandlerSupport<F,Z>> - Interface in ch.powerunit.extensions.exceptions
-
Root interface to support global operations related to exception handling for functional interface with primitive return value.
R
- run() - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Performs this operation.
- RunnableWithException<E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents an operation that accepts no input argument and returns no result and may throw exception.
S
- saxExceptionMapper() - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Exception wrapper, that may be used to copy sax information to the
WrappedException
message. - 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 stagedBiFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Convert this
BiFunctionWithException
to a liftedBiFunction
that usesCompletionStage
as return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this
ConsumerWithException
to a stagedFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this
DoubleConsumerWithException
to a stagedDoubleFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Convert this
DoubleFunctionWithException
to a liftedDoubleFunction
returningCompletionStage
as return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Convert this
FunctionWithException
to a liftedFunction
returnCompletionStage
as return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this
IntConsumerWithException
to a stagedIntFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Convert this
IntFunctionWithException
to a liftedIntFunction
returningCompletionStage
as return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this
LongConsumerWithException
to a stagedLongFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Convert this
LongFunctionWithException
to a liftedLongFunction
returningCompletionStage
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 stagedBiFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Convert this
ObjectInputFilterWithException
to a liftedObjectInputFilter
returnCompletionStage
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 stagedBiFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this
ObjLongConsumerWithException
to a stagedBiFunction
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts this
RunnableWithException
to a stagedSupplier
that return aCompletionStage
. - stage() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Convert this
SupplierWithException
to a liftedSupplier
returnCompletionStage
as return value. - staged(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithException
to a stagedBiFunction
. - staged(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Convert this
BiFunctionWithException
to a liftedBiFunction
returnCompletionStage
as return value. - staged(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithException
to a stagedFunction
. - staged(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithException
to a stagedDoubleFunction
. - staged(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Convert this
DoubleFunctionWithException
to a liftedDoubleFunction
returnCompletionStage
as return value. - staged(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Convert this
FunctionWithException
to a liftedFunction
returnCompletionStage
as return value. - staged(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithException
to a stagedIntFunction
. - staged(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Convert this
IntFunctionWithException
to a liftedIntFunction
returningCompletionStage
as return value. - staged(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithException
to a stagedLongFunction
. - staged(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Convert this
LongFunctionWithException
to a liftedLongFunction
returnCompletionStage
as return value. - staged(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjDoubleConsumerWithException
to a stagedBiFunction
. - staged(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Convert this
ObjectInputFilterWithException
to a liftedFunction
returnCompletionStage
as return value. - staged(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithException
to a stagedBiFunction
. - staged(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithException
to a stagedBiFunction
. - 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 stagedSupplier
. - staged(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Convert this
SupplierWithException
to a liftedSupplier
returnCompletionStage
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.
T
- targetException() - Method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
- test(double) - Method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Evaluates this predicate on the given argument.
- test(int) - Method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Evaluates this predicate on the given argument.
- test(long) - Method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Evaluates this predicate on the given argument.
- test(T) - Method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Evaluates this predicate on the given argument.
- test(T, U) - Method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Evaluates this predicate on the given arguments.
- throwingHandler() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
- throwingHandler() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Used internally to support the exception interception.
- ToDoubleBiFunctionWithException<T,U,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts two arguments, may thrown exception and produces a double-valued result.
- ToDoubleFunctionWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that produces a double-valued result, may throw exception.
- ToIntBiFunctionWithException<T,U,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts two arguments and produces an int-valued result.
- ToIntFunctionWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that produces an int-valued result and may throw exception.
- ToLongBiFunctionWithException<T,U,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that accepts two arguments, may throw exception and produces a long-valued result.
- ToLongFunctionWithException<T,E extends Exception> - Interface in ch.powerunit.extensions.exceptions
-
Represents a function that produces a long-valued result and may throw exception.
- transformerExceptionMapper() - Static method in interface ch.powerunit.extensions.exceptions.ExceptionMapper
-
Exception wrapper, that may be used to copy transformer exception information to the
WrappedException
message.
U
- 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 aBiConsumer
that wraps exception intoRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this
BiFunctionWithException
to aBiFunction
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts this
BinaryOperatorWithException
to aBinaryOperator
that convert exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this
ConsumerWithException
to aConsumer
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this
DoubleConsumerWithException
to aDoubleConsumer
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this
DoubleFunctionWithException
to aDoubleFunction
that wraps toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ExceptionHandlerSupport
-
Converts this functional interface to the corresponding one in java and wrap exception using
ExceptionHandlerSupport.exceptionMapper()
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts this
FunctionWithException
to aFunction
that convert exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this
IntConsumerWithException
to aIntConsumer
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this
IntFunctionWithException
to aIntFunction
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this
LongConsumerWithException
to aLongConsumer
that convert exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this
LongFunctionWithException
to aLongFunction
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts this
LongSupplierWithException
to aLongSupplier
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts this
LongToDoubleFunctionWithException
to aLongToDoubleFunction
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts this
LongToIntFunctionWithException
to aLongToIntFunction
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts this
LongUnaryOperatorWithException
to aLongUnaryOperator
that convert exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Converts this functional interface to the corresponding one in java and wrap exception using
ExceptionHandlerSupport.exceptionMapper()
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts this
ObjLongConsumerWithException
to aObjDoubleConsumer
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts this
ObjectInputFilterWithException
to aObjectInputFilter
that convert exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjectReturnExceptionHandlerSupport
-
Converts this functional interface to the corresponding one in java and wrap exception using
ExceptionHandlerSupport.exceptionMapper()
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts this
ObjIntConsumerWithException
to aObjIntConsumer
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this
ObjLongConsumerWithException
to aObjLongConsumer
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.PrimitiveReturnExceptionHandlerSupport
-
Converts this functional interface to the corresponding one in java and wrap exception using
ExceptionHandlerSupport.exceptionMapper()
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts this
RunnableWithException
to aRunnable
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts this
SupplierWithException
to aSupplier
that wraps exception toRuntimeException
. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts this
UnaryOperatorWithException
to aUnaryOperator
that wraps exception toRuntimeException
. - unchecked(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithException
to aBiConsumer
that wraps exception toRuntimeException
. - unchecked(BiConsumerWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithException
to aBiConsumer
that wraps exception toRuntimeException
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 aBiFunction
that convert exception toRuntimeException
. - unchecked(BiFunctionWithException<T, U, R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithException
to aBiFunction
that convert exception toRuntimeException
by using the provided mapping function. - unchecked(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithException
to aBinaryOperator
that convert exception toRuntimeException
. - unchecked(BinaryOperatorWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithException
to aBinaryOperator
that convert exception toRuntimeException
by using the provided mapping function. - unchecked(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithException
to aBiPredicate
that wraps toRuntimeException
. - unchecked(BiPredicateWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithException
to aBiPredicate
that wraps toRuntimeException
by using the provided mapping function. - unchecked(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithException
to aBooleanSupplier
that wraps exception toRuntimeException
. - unchecked(BooleanSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithException
to aBooleanSupplier
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithException
to aConsumer
that wraps exception toRuntimeException
. - unchecked(ConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithException
to aConsumer
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorException
to aDoubleBinaryOperator
that wraps exception toRuntimeException
. - unchecked(DoubleBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithException
to aDoubleBinaryOperator
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithException
to aDoubleConsumer
that wraps exception toRuntimeException
. - unchecked(DoubleConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithException
to aDoubleConsumer
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithException
to aDoubleFunction
that wraps toRuntimeException
. - unchecked(DoubleFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithException
to aDoubleFunction
that wraps toRuntimeException
by using the provided mapping function. - unchecked(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithException
to aDoublePredicate
that wraps exception toRuntimeException
. - unchecked(DoublePredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
PredicateWithException
to aPredicate
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithException
to aDoubleSupplier
that wraps exception toRuntimeException
. - unchecked(DoubleSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithException
to aDoubleSupplier
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithException
to aDoubleToIntFunction
that wraps exception toRuntimeException
. - unchecked(DoubleToIntFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithException
to aDoubleToIntFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithException
to aDoubleToLongFunction
that convert exception toRuntimeException
. - unchecked(DoubleToLongFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithException
to aDoubleToLongFunction
that convert exception toRuntimeException
by using the provided mapping function. - unchecked(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorException
to aDoubleUnaryOperator
that wraps exception toRuntimeException
. - unchecked(DoubleUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithException
to aDoubleUnaryOperator
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithException
to aFileFilter
that wraps exception toRuntimeException
. - unchecked(FileFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithException
to aFileFilter
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithException
to aFilenameFilter
that wraps toRuntimeException
. - unchecked(FilenameFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithException
to aFilenameFilter
that wraps toRuntimeException
by using the provided mapping function. - unchecked(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aFunction
that convert exception toRuntimeException
. - unchecked(FunctionWithException<T, R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithException
to aFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithException
to aIntBinaryOperator
that convert exception toRuntimeException
. - unchecked(IntBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithException
to aIntBinaryOperator
that convert exception toRuntimeException
by using the provided mapping function. - unchecked(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithException
to aIntConsumer
that wraps exception toRuntimeException
. - unchecked(IntConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithException
to aIntConsumer
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithException
to aIntFunction
that wraps exception toRuntimeException
. - unchecked(IntFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithException
to aIntFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithException
to aIntPredicate
that wraps exception toRuntimeException
. - unchecked(IntPredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
PredicateWithException
to aPredicate
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithException
to aIntSupplier
that wraps exception toRuntimeException
. - unchecked(IntSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithException
to aIntSupplier
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithException
to aIntToDoubleFunction
that wraps exception toRuntimeException
. - unchecked(IntToDoubleFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithException
to aIntToDoubleFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithException
to aIntToLongFunction
that wraps exception toRuntimeException
. - unchecked(IntToLongFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithException
to aIntToLongFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorException
to aIntUnaryOperator
that wraps exception toRuntimeException
. - unchecked(IntUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithException
to aIntUnaryOperator
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithException
to aLongBinaryOperator
that convert exception toRuntimeException
. - unchecked(LongBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithException
to aLongBinaryOperator
that convert exception toRuntimeException
by using the provided mapping function. - unchecked(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithException
to aLongConsumer
that convert exception toRuntimeException
. - unchecked(LongConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithException
to aLongConsumer
that convert exception toRuntimeException
by using the provided mapping function. - unchecked(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
FunctionWithException
to aLongFunction
that wraps toRuntimeException
. - unchecked(LongFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithException
to aLongFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithException
to aLongPredicate
that convert exception toRuntimeException
. - unchecked(LongPredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
PredicateWithException
to aPredicate
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithException
to aLongSupplier
that wraps exception toRuntimeException
. - unchecked(LongSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithException
to aLongSupplier
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithException
to aLongToDoubleFunction
that wraps exception toRuntimeException
. - unchecked(LongToDoubleFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithException
to aLongToDoubleFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithException
to aLongToIntFunction
that wraps exception toRuntimeException
. - unchecked(LongToIntFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithException
to aLongToIntFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorException
to aLongUnaryOperator
that wraps exception toRuntimeException
. - unchecked(LongUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithException
to aLongUnaryOperator
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjDoubleConsumerWithException
to aObjDoubleConsumer
that wraps exception toRuntimeException
. - unchecked(ObjDoubleConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjLongConsumerWithException
to aObjDoubleConsumer
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithException
to aObjectInputFilter
that convert exception toRuntimeException
. - unchecked(ObjectInputFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithException
to aObjectInputFilter
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithException
to aObjIntConsumer
that wraps exception toRuntimeException
. - unchecked(ObjIntConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithException
to aObjIntConsumer
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithException
to aObjLongConsumer
that wraps exception toRuntimeException
. - unchecked(ObjLongConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithException
to aObjLongConsumer
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithException
to aPathMatcher
that wraps exception toRuntimeException
. - unchecked(PathMatcherWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithException
to aPathMatcher
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithException
to aPredicate
that wraps exception toRuntimeException
. - unchecked(PredicateWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithException
to aPredicate
that wraps exception toRuntimeException
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 aRunnable
that wraps exception toRuntimeException
. - unchecked(RunnableWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithException
to aRunnable
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithException
to aSupplier
that wraps exception toRuntimeException
. - unchecked(SupplierWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithException
to aSupplier
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithException
to aToDoubleBiFunction
that wraps exception toRuntimeException
. - unchecked(ToDoubleBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithException
to aToDoubleBiFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionException
to aToDoubleFunction
that convert exception toRuntimeException
. - unchecked(ToDoubleFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithException
to aToDoubleFunction
that convert exception toRuntimeException
by using the provided mapping function. - unchecked(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithException
to aToIntBiFunction
that wraps exception toRuntimeException
. - unchecked(ToIntBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithException
to aToIntBiFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToIntFunctionException
to aToIntFunction
that wraps exception toRuntimeException
. - unchecked(ToIntFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithException
to aToIntFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithException
to aToLongBiFunction
that wraps exception toRuntimeException
. - unchecked(ToLongBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithException
to aToLongBiFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionException
to aToLongFunction
that wraps exception toRuntimeException
. - unchecked(ToLongFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithException
to aToLongFunction
that wraps exception toRuntimeException
by using the provided mapping function. - unchecked(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithException
to aUnaryOperator
that wraps exception toRuntimeException
. - unchecked(UnaryOperatorWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithException
to aUnaryOperator
that wraps exception toRuntimeException
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
W
- WrappedException - Exception in ch.powerunit.extensions.exceptions
-
RuntimeException to wrap the Exception.
- WrappedException(String) - Constructor for exception ch.powerunit.extensions.exceptions.WrappedException
-
Constructs a new wrapped exception with the specified detail message.
- WrappedException(String, Throwable) - Constructor for exception ch.powerunit.extensions.exceptions.WrappedException
-
Constructs a new wrapped exception with the specified detail message and cause.
- WrappedException(Throwable) - Constructor for exception ch.powerunit.extensions.exceptions.WrappedException
-
Constructs a new wrapped exception with the specified cause and a detail message of
(cause.getMessage())