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
BiConsumerWithExceptionthat performs, in sequence, this operation followed by theafteroperation. - andThen(ConsumerWithException<? super T, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Returns a composed
ConsumerWithExceptionthat performs, in sequence, this operation followed by theafteroperation. - andThen(DoubleConsumerWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Returns a composed
DoubleConsumerWithExceptionthat performs, in sequence, this operation followed by theafteroperation. - 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
afteroperator to the result. - andThen(FunctionWithException<? super R, ? extends V, ? extends E>) - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Returns a composed
FunctionWithExceptionthat first applies thisFunctionWithExceptionto its input, and then applies theafterFunctionWithExceptionto 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
afterfunction to the result. - andThen(IntConsumerWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Returns a composed
IntConsumerWithExceptionthat performs, in sequence, this operation followed by theafteroperation. - 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
afteroperator to the result. - andThen(LongConsumerWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Returns a composed
LongConsumerWithExceptionthat performs, in sequence, this operation followed by theafteroperation. - 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
afteroperator to the result. - andThen(RunnableWithException<? extends E>) - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Returns a composed
RunnableWithExceptionthat performs, in sequence, this operation followed by theafteroperation. - 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
BiFunctionWithExceptionto aBiConsumerWithException. - asBiConsumer(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto aBiConsumerWithException. - asBiConsumer(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjDoubleConsumerWithExceptionto aBiConsumerWithExceptionreturningnull. - asBiConsumer(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithExceptionto aBiConsumerWithExceptionreturningnull. - asBiConsumer(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto aBiConsumerWithExceptionreturningnull. - asBiFunction() - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithExceptionto aBiFunctionWithExceptionreturningnull. - asBiFunction() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aBiFunctionWithException. - asBiFunction(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithExceptionto aBiFunctionWithExceptionreturningnull. - asBiFunction(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aBiFunctionWithException. - asCallable(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aCallable. - asCallable(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aCallable. - asClosure(ConsumerWithException<T, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
ConsumerWithExceptionto the one from commons-collections. - asConsumer() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aConsumerWithException. - asConsumer(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithExceptionto aConsumerWithException. - asConsumer(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aConsumerWithException. - asConsumer(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithExceptionto aConsumerWithException. - asConsumer(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithExceptionto aConsumerWithException. - asFactory(SupplierWithException<T, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
SupplierWithExceptionto the one from commons-collections. - asFunction() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithExceptionto aFunctionWithExceptionreturningnull. - asFunction() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithExceptionto aFunctionWithException. - asFunction(BiFunctionWithException<T, U, R, E>, U) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto aFunctionWithException. - asFunction(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithExceptionto aFunctionWithExceptionreturningnull. - asFunction(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithExceptionto aFunctionWithExceptionreturningnulland ignoring input. - asFunction(SupplierWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithExceptionto aFunctionWithException. - asFunction(U) - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto aFunctionWithException. - asPredicate(PredicateWithException<T, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
PredicateWithExceptionto the one from commons-collections. - asRunnable(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aRunnableWithException. - asRunnable(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aRunnableWithException. - asSupplier(FunctionWithException<T, R, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aSupplierWithException. - asSupplier(T) - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aSupplierWithException. - asTransformer(FunctionWithException<I, O, ?>) - Static method in class ch.powerunit.extensions.exceptions.CommonsCollections4Helper
-
Transforms a
FunctionWithExceptionto 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
beforeoperator 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
beforefunction 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
beforeoperator 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
beforeoperator 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
toStringmethod 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
BiConsumerWithExceptionthat always throw exception. - failing(Supplier<E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Returns a
FunctionWithExceptionthat 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
ConsumerWithExceptionthat 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
BiConsumerWithExceptionto a liftedBiConsumerthat ignore exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this
BiFunctionWithExceptionto a liftedBiFunctionreturningnull(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts this
BinaryOperatorWithExceptionto a liftedBinaryOperatorreturningnullin case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this
ConsumerWithExceptionto a liftedConsumerthat ignore exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this
DoubleConsumerWithExceptionto a liftedDoubleConsumerignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this
DoubleFunctionWithExceptionto a liftedDoubleFunctionreturningnull(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
FunctionWithExceptionto a liftedFunctionreturningnull(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this
IntConsumerWithExceptionto a liftedIntConsumerignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this
IntFunctionWithExceptionto a liftedIntFunctionreturningnull(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this
LongConsumerWithExceptionto a liftedLongConsumerignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this
LongFunctionWithExceptionto a liftedLongFunctionreturningnull(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts this
LongSupplierWithExceptionto a liftedLongSupplierreturning0in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts this
LongToDoubleFunctionWithExceptionto a liftedLongToDoubleFunctionreturning0in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts this
LongToIntFunctionWithExceptionto a liftedLongToIntFunctionreturning0in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts this
LongUnaryOperatorWithExceptionto a liftedLongUnaryOperatorreturning 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
ObjLongConsumerWithExceptionto a liftedObjDoubleConsumerignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts this
ObjectInputFilterWithExceptionto a liftedObjectInputFilterreturningStatus.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
ObjIntConsumerWithExceptionto a liftedObjIntConsumerignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this
ObjLongConsumerWithExceptionto a liftedObjLongConsumerignoring 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
RunnableWithExceptionto a liftedRunnableignoring exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts this
SupplierWithExceptionto a liftedSupplierreturningnull(or the value redefined by the methodObjectReturnExceptionHandlerSupport.defaultValue()) in case of exception. - ignore() - Method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts this
UnaryOperatorWithExceptionto a liftedUnaryOperatorreturningnullin case of exception. - ignored(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithExceptionto a liftedBiConsumerignoring exception. - ignored(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto a liftedBiFunctionreturningnullin case of exception. - ignored(BiFunctionWithException<T, U, R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto a liftedBiFunctionreturning a default in case of exception. - ignored(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithExceptionto a liftedBinaryOperatorreturningnullin case of exception. - ignored(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithExceptionto a liftedBiPredicatereturningfalsein case of exception. - ignored(BiPredicateWithException<T, U, E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithExceptionto a liftedBiPredicatereturning a default value in case of exception. - ignored(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithExceptionto a liftedBooleanSupplierreturningnullin case of exception. - ignored(BooleanSupplierWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithExceptionto a liftedBooleanSupplierreturning a default value in case of exception. - ignored(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithExceptionto a liftedConsumerignoring exception. - ignored(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithExceptionto a liftedDoubleBinaryOperatorwith0as return value in case of exception. - ignored(DoubleBinaryOperatorWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithExceptionto a liftedDoubleBinaryOperatorwith a default value as return value in case of exception. - ignored(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithExceptionto a liftedDoubleConsumerignoring exception. - ignored(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithExceptionto a liftedDoubleFunctionreturningnullin case of exception. - ignored(DoubleFunctionWithException<R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithExceptionto a liftedDoubleFunctionreturning a default value in case of exception. - ignored(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithExceptionto a liftedDoublePredicatereturningfalsein case of exception. - ignored(DoublePredicateWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithExceptionto a liftedDoublePredicatereturning a default value in case of exception. - ignored(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithExceptionto a liftedDoubleSupplierreturning0in case of exception. - ignored(DoubleSupplierWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithExceptionto a liftedDoubleSupplierreturning a default value in case of exception. - ignored(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithExceptionto a liftedDoubleToIntFunctionreturning0in case of exception. - ignored(DoubleToIntFunctionWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithExceptionto a liftedDoubleToIntFunctionreturning a default value in case of exception. - ignored(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithExceptionto a liftedDoubleToLongFunctionreturning0in case of exception. - ignored(DoubleToLongFunctionWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithExceptionto a liftedDoubleToLongFunctionreturning a default value in case of exception. - ignored(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithExceptionto a liftedDoubleUnaryOperatorreturning0in case of exception. - ignored(DoubleUnaryOperatorWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithExceptionto a liftedDoubleUnaryOperatorreturning a default value in case of exception. - ignored(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithExceptionto a liftedFileFilterreturningfalsein case of exception. - ignored(FileFilterWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithExceptionto a liftedFileFilterreturning a default value in case of exception. - ignored(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithExceptionto a liftedFilenameFilterreturningfalsein case of exception. - ignored(FilenameFilterWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithExceptionto a liftedFilenameFilterreturning a default value in case of exception. - ignored(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto a liftedFunctionreturningnullin case of exception. - ignored(FunctionWithException<T, R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto a liftedFunctionreturning a default value in case of exception. - ignored(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithExceptionto a liftedIntBinaryOperatorwith0as return value in case of exception. - ignored(IntBinaryOperatorWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithExceptionto a liftedIntBinaryOperatorwith a default value as return value in case of exception. - ignored(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithExceptionto a liftedIntConsumerignoring exception. - ignored(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithExceptionto a liftedIntFunctionreturningnullin case of exception. - ignored(IntFunctionWithException<R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithExceptionto a liftedIntFunctionreturning a default value in case of exception. - ignored(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithExceptionto a liftedIntPredicatereturningfalsein case of exception. - ignored(IntPredicateWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithExceptionto a liftedIntPredicatereturning a default value in case of exception. - ignored(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithExceptionto a liftedIntSupplierreturning0in case of exception. - ignored(IntSupplierWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithExceptionto a liftedIntSupplierreturning a default value in case of exception. - ignored(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithExceptionto a liftedIntToDoubleFunctionreturning0in case of exception. - ignored(IntToDoubleFunctionWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithExceptionto a liftedIntToDoubleFunctionreturning a default value in case of exception. - ignored(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithExceptionto a liftedIntToLongFunctionreturning0in case of exception. - ignored(IntToLongFunctionWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithExceptionto a liftedIntToLongFunctionreturning a default value in case of exception. - ignored(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithExceptionto a liftedIntUnaryOperatorreturning0in case of exception. - ignored(IntUnaryOperatorWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithExceptionto a liftedIntUnaryOperatorreturning a default value in case of exception. - ignored(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithExceptionto a liftedLongBinaryOperatorwith0as return value in case of exception. - ignored(LongBinaryOperatorWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithExceptionto a liftedLongBinaryOperatorwith a default value as return value in case of exception. - ignored(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithExceptionto a liftedLongConsumerignoring exception. - ignored(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithExceptionto a liftedLongFunctionreturningnullin case of exception. - ignored(LongFunctionWithException<R, E>, R) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithExceptionto a liftedLongFunctionreturning a default value in case of exception. - ignored(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithExceptionto a liftedLongPredicatereturning0in case of exception. - ignored(LongPredicateWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithExceptionto a liftedLongPredicatereturning a default value in case of exception. - ignored(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithExceptionto a liftedLongSupplierreturning0in case of exception. - ignored(LongSupplierWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithExceptionto a liftedLongSupplierreturning a default value in case of exception. - ignored(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithExceptionto a liftedLongToDoubleFunctionreturning0in case of exception. - ignored(LongToDoubleFunctionWithException<E>, double) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithExceptionto a liftedLongToDoubleFunctionreturning a default value in case of exception. - ignored(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithExceptionto a liftedLongToIntFunctionreturning0in case of exception. - ignored(LongToIntFunctionWithException<E>, int) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithExceptionto a liftedLongToIntFunctionreturning a default value in case of exception. - ignored(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithExceptionto a liftedLongUnaryOperatorreturning0in case of exception. - ignored(LongUnaryOperatorWithException<E>, long) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithExceptionto a liftedLongUnaryOperatorreturning a default value in case of exception. - ignored(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto a liftedObjDoubleConsumerignoring exception. - ignored(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithExceptionto a liftedObjectInputFilterreturningStatus.UNDECIDEDin case of exception. - ignored(ObjectInputFilterWithException<E>, ObjectInputFilter.Status) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithExceptionto a liftedObjectInputFilterreturning a default value in case of exception. - ignored(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithExceptionto a liftedObjIntConsumerignoring exception. - ignored(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto a liftedObjLongConsumerignoring exception. - ignored(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithExceptionto a liftedPathMatcherreturningfalsein case of exception. - ignored(PathMatcherWithException<E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithExceptionto a liftedPathMatcherreturning a default value in case of exception. - ignored(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithExceptionto a liftedPredicatereturningfalsein case of exception. - ignored(PredicateWithException<T, E>, boolean) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithExceptionto a liftedPredicatereturning a default value in case of exception. - ignored(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithExceptionto a liftedRunnableignoring exception. - ignored(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithExceptionto a liftedSupplierreturningnullin case of exception. - ignored(SupplierWithException<T, E>, T) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithExceptionto a liftedSupplierreturning a default value in case of exception. - ignored(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithExceptionto a liftedToDoubleBiFunctionreturning0in case of exception. - ignored(ToDoubleBiFunctionWithException<T, U, E>, double) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithExceptionto a liftedToDoubleBiFunctionreturning a default value in case of exception. - ignored(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithExceptionto a liftedToDoubleFunctionreturning0in case of exception. - ignored(ToDoubleFunctionWithException<T, E>, double) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithExceptionto a liftedToDoubleFunctionreturning a default value in case of exception. - ignored(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithExceptionto a liftedToIntBiFunctionreturning0in case of exception. - ignored(ToIntBiFunctionWithException<T, U, E>, int) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithExceptionto a liftedToIntBiFunctionreturning a default value in case of exception. - ignored(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto a liftedToIntFunctionreturning0in case of exception. - ignored(ToIntFunctionWithException<T, E>, int) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto a liftedToIntFunctionreturning a default value in case of exception. - ignored(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithExceptionto a liftedToLongBiFunctionreturning0in case of exception. - ignored(ToLongBiFunctionWithException<T, U, E>, long) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithExceptionto a liftedToLongBiFunctionreturning a default value in case of exception. - ignored(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto a liftedToLongFunctionreturning0in case of exception. - ignored(ToLongFunctionWithException<T, E>, long) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto a liftedToLongFunctionreturning a default value in case of exception. - ignored(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithExceptionto a liftedUnaryOperatorreturningnullin 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
WrappedExceptionmessage.
L
- lift() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this
BiFunctionWithExceptionto a liftedBiFunctionusingOptionalas return value. - lift() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this
DoubleFunctionWithExceptionto a liftedDoubleFunctionusingOptionalas 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
FunctionWithExceptionto a liftedFunctionusingOptionalas return value. - lift() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this
IntFunctionWithExceptionto a liftedIntFunctionusingOptionalas return value. - lift() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this
LongFunctionWithExceptionto a liftedLongFunctionusingOptionalas 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
ObjectInputFilterWithExceptionto a liftedFunctionusingOptionalas 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
SupplierWithExceptionto a liftedSupplierusingOptionalas return value. - lifted(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithExceptionto a liftedBiConsumerignoring exception. - lifted(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto a liftedBiFunctionusingOptionalas return value. - lifted(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithExceptionto a liftedFunctionreturning an optional in case of exception. - lifted(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithExceptionto a liftedBiPredicatereturningfalsein case of exception. - lifted(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithExceptionto a liftedBooleanSupplierreturningnullin case of exception. - lifted(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithExceptionto a liftedConsumerignoring exception. - lifted(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithExceptionto a liftedDoubleBinaryOperatorwith0as return value in case of exception. - lifted(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithExceptionto a liftedDoubleConsumerignoring exception. - lifted(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithExceptionto a liftedDoubleFunctionusingOptionalas return value. - lifted(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithExceptionto a liftedDoublePredicatereturningfalsein case of exception. - lifted(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithExceptionto a liftedDoubleSupplierreturning0in case of exception. - lifted(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithExceptionto a liftedDoubleToIntFunctionreturning0in case of exception. - lifted(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithExceptionto a liftedDoubleToLongFunctionreturning0in case of exception. - lifted(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithExceptionto a liftedDoubleUnaryOperatorusing0as return value in case of error. - lifted(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithExceptionto a liftedFileFilterreturningfalsein case of exception. - lifted(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithExceptionto a liftedFilenameFilterreturningfalsein case of exception. - lifted(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto a liftedFunctionusingOptionalas return value. - lifted(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithExceptionto a liftedIntBinaryOperatorwith0as return value in case of exception. - lifted(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithExceptionto a liftedIntConsumerignoring exception. - lifted(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithExceptionto a liftedIntFunctionusingOptionalas return value. - lifted(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithExceptionto a liftedIntPredicatereturningfalsein case of exception. - lifted(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithExceptionto a liftedIntSupplierreturning0in case of exception. - lifted(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithExceptionto a liftedIntToDoubleFunctionreturning0in case of exception. - lifted(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithExceptionto a liftedIntToLongFunctionreturning0in case of exception. - lifted(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithExceptionto a liftedIntUnaryOperatorusing0as return value in case of error. - lifted(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithExceptionto a liftedLongBinaryOperatorwith0as return value in case of exception. - lifted(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithExceptionto a liftedLongConsumerignoring exception. - lifted(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithExceptionto a liftedFunctionusingOptionalas return value. - lifted(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithExceptionto a liftedLongPredicatereturning0in case of exception. - lifted(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithExceptionto a liftedLongSupplierreturning0in case of exception. - lifted(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithExceptionto a liftedLongToDoubleFunctionreturning0in case of exception. - lifted(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithExceptionto a liftedLongToIntFunctionreturning0in case of exception. - lifted(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithExceptionto a liftedLongUnaryOperatorusing0as return value in case of error. - lifted(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto a liftedObjDoubleConsumerignoring exception. - lifted(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithExceptionto a liftedObjectInputFilterusingOptionalas return value. - lifted(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithExceptionto a liftedObjIntConsumerignoring exception. - lifted(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto a liftedObjLongConsumerignoring exception. - lifted(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithExceptionto a liftedPathMatcherreturningfalsein case of exception. - lifted(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithExceptionto a liftedPredicatereturningfalsein case of exception. - lifted(RunnableWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithExceptionto a liftedRunnableignoring exception. - lifted(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithExceptionto a liftedSupplierusingOptionalas return value. - lifted(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithExceptionto a liftedToDoubleBiFunctionreturning0in case of exception. - lifted(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithExceptionto a liftedToDoubleFunctionreturning0in case of exception. - lifted(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithExceptionto a liftedToIntBiFunctionreturning0in case of exception. - lifted(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto a liftedToIntFunctionreturning0in case of exception. - lifted(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithExceptionto a liftedToLongBiFunctionreturning0in case of exception. - lifted(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto a liftedToLongFunctionreturning0in case of exception. - lifted(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithExceptionto a liftedFunctionreturningOptional. - 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
WrappedExceptionmessage. - 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
WrappedExceptionmessage. - stage() - Method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts this
BiConsumerWithExceptionto a stagedBiFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Convert this
BiFunctionWithExceptionto a liftedBiFunctionthat usesCompletionStageas return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this
ConsumerWithExceptionto a stagedFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this
DoubleConsumerWithExceptionto a stagedDoubleFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Convert this
DoubleFunctionWithExceptionto a liftedDoubleFunctionreturningCompletionStageas return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Convert this
FunctionWithExceptionto a liftedFunctionreturnCompletionStageas return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this
IntConsumerWithExceptionto a stagedIntFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Convert this
IntFunctionWithExceptionto a liftedIntFunctionreturningCompletionStageas return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this
LongConsumerWithExceptionto a stagedLongFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Convert this
LongFunctionWithExceptionto a liftedLongFunctionreturningCompletionStageas return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.NoReturnExceptionHandlerSupport
-
Converts this functional interface to a lifted one, using a
CompletionStageas a return value. - stage() - Method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts this
ObjDoubleConsumerWithExceptionto a stagedBiFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Convert this
ObjectInputFilterWithExceptionto a liftedObjectInputFilterreturnCompletionStageas 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
ObjIntConsumerWithExceptionto a stagedBiFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this
ObjLongConsumerWithExceptionto a stagedBiFunctionthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts this
RunnableWithExceptionto a stagedSupplierthat return aCompletionStage. - stage() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Convert this
SupplierWithExceptionto a liftedSupplierreturnCompletionStageas return value. - staged(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithExceptionto a stagedBiFunction. - staged(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Convert this
BiFunctionWithExceptionto a liftedBiFunctionreturnCompletionStageas return value. - staged(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithExceptionto a stagedFunction. - staged(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithExceptionto a stagedDoubleFunction. - staged(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Convert this
DoubleFunctionWithExceptionto a liftedDoubleFunctionreturnCompletionStageas return value. - staged(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Convert this
FunctionWithExceptionto a liftedFunctionreturnCompletionStageas return value. - staged(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithExceptionto a stagedIntFunction. - staged(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Convert this
IntFunctionWithExceptionto a liftedIntFunctionreturningCompletionStageas return value. - staged(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithExceptionto a stagedLongFunction. - staged(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Convert this
LongFunctionWithExceptionto a liftedLongFunctionreturnCompletionStageas return value. - staged(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjDoubleConsumerWithExceptionto a stagedBiFunction. - staged(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Convert this
ObjectInputFilterWithExceptionto a liftedFunctionreturnCompletionStageas return value. - staged(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithExceptionto a stagedBiFunction. - staged(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto 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
RunnableWithExceptionto a stagedSupplier. - staged(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Convert this
SupplierWithExceptionto a liftedSupplierreturnCompletionStageas 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
WrappedExceptionmessage.
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
BiConsumerWithExceptionto aBiConsumerthat wraps exception intoRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts this
BiFunctionWithExceptionto aBiFunctionthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts this
BinaryOperatorWithExceptionto aBinaryOperatorthat convert exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts this
ConsumerWithExceptionto aConsumerthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts this
DoubleConsumerWithExceptionto aDoubleConsumerthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts this
DoubleFunctionWithExceptionto aDoubleFunctionthat 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
FunctionWithExceptionto aFunctionthat convert exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts this
IntConsumerWithExceptionto aIntConsumerthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts this
IntFunctionWithExceptionto aIntFunctionthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts this
LongConsumerWithExceptionto aLongConsumerthat convert exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts this
LongFunctionWithExceptionto aLongFunctionthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts this
LongSupplierWithExceptionto aLongSupplierthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts this
LongToDoubleFunctionWithExceptionto aLongToDoubleFunctionthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts this
LongToIntFunctionWithExceptionto aLongToIntFunctionthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts this
LongUnaryOperatorWithExceptionto aLongUnaryOperatorthat 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
ObjLongConsumerWithExceptionto aObjDoubleConsumerthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts this
ObjectInputFilterWithExceptionto aObjectInputFilterthat 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
ObjIntConsumerWithExceptionto aObjIntConsumerthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts this
ObjLongConsumerWithExceptionto aObjLongConsumerthat 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
RunnableWithExceptionto aRunnablethat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts this
SupplierWithExceptionto aSupplierthat wraps exception toRuntimeException. - uncheck() - Method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts this
UnaryOperatorWithExceptionto aUnaryOperatorthat wraps exception toRuntimeException. - unchecked(BiConsumerWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithExceptionto aBiConsumerthat wraps exception toRuntimeException. - unchecked(BiConsumerWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiConsumerWithException
-
Converts a
BiConsumerWithExceptionto aBiConsumerthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(BiFunctionWithException<T, U, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto aBiFunctionthat convert exception toRuntimeException. - unchecked(BiFunctionWithException<T, U, R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiFunctionWithException
-
Converts a
BiFunctionWithExceptionto aBiFunctionthat convert exception toRuntimeExceptionby using the provided mapping function. - unchecked(BinaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithExceptionto aBinaryOperatorthat convert exception toRuntimeException. - unchecked(BinaryOperatorWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BinaryOperatorWithException
-
Converts a
BinaryOperatorWithExceptionto aBinaryOperatorthat convert exception toRuntimeExceptionby using the provided mapping function. - unchecked(BiPredicateWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithExceptionto aBiPredicatethat wraps toRuntimeException. - unchecked(BiPredicateWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BiPredicateWithException
-
Converts a
BiPredicateWithExceptionto aBiPredicatethat wraps toRuntimeExceptionby using the provided mapping function. - unchecked(BooleanSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithExceptionto aBooleanSupplierthat wraps exception toRuntimeException. - unchecked(BooleanSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.BooleanSupplierWithException
-
Converts a
BooleanSupplierWithExceptionto aBooleanSupplierthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithExceptionto aConsumerthat wraps exception toRuntimeException. - unchecked(ConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ConsumerWithException
-
Converts a
ConsumerWithExceptionto aConsumerthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(DoubleBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorExceptionto aDoubleBinaryOperatorthat wraps exception toRuntimeException. - unchecked(DoubleBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleBinaryOperatorWithException
-
Converts a
DoubleBinaryOperatorWithExceptionto aDoubleBinaryOperatorthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(DoubleConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithExceptionto aDoubleConsumerthat wraps exception toRuntimeException. - unchecked(DoubleConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleConsumerWithException
-
Converts a
DoubleConsumerWithExceptionto aDoubleConsumerthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(DoubleFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithExceptionto aDoubleFunctionthat wraps toRuntimeException. - unchecked(DoubleFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleFunctionWithException
-
Converts a
DoubleFunctionWithExceptionto aDoubleFunctionthat wraps toRuntimeExceptionby using the provided mapping function. - unchecked(DoublePredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
DoublePredicateWithExceptionto aDoublePredicatethat wraps exception toRuntimeException. - unchecked(DoublePredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoublePredicateWithException
-
Converts a
PredicateWithExceptionto aPredicatethat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(DoubleSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithExceptionto aDoubleSupplierthat wraps exception toRuntimeException. - unchecked(DoubleSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleSupplierWithException
-
Converts a
DoubleSupplierWithExceptionto aDoubleSupplierthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(DoubleToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithExceptionto aDoubleToIntFunctionthat wraps exception toRuntimeException. - unchecked(DoubleToIntFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToIntFunctionWithException
-
Converts a
DoubleToIntFunctionWithExceptionto aDoubleToIntFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(DoubleToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithExceptionto aDoubleToLongFunctionthat convert exception toRuntimeException. - unchecked(DoubleToLongFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleToLongFunctionWithException
-
Converts a
DoubleToLongFunctionWithExceptionto aDoubleToLongFunctionthat convert exception toRuntimeExceptionby using the provided mapping function. - unchecked(DoubleUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorExceptionto aDoubleUnaryOperatorthat wraps exception toRuntimeException. - unchecked(DoubleUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.DoubleUnaryOperatorWithException
-
Converts a
DoubleUnaryOperatorWithExceptionto aDoubleUnaryOperatorthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(FileFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithExceptionto aFileFilterthat wraps exception toRuntimeException. - unchecked(FileFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FileFilterWithException
-
Converts a
FileFilterWithExceptionto aFileFilterthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(FilenameFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithExceptionto aFilenameFilterthat wraps toRuntimeException. - unchecked(FilenameFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FilenameFilterWithException
-
Converts a
FilenameFilterWithExceptionto aFilenameFilterthat wraps toRuntimeExceptionby using the provided mapping function. - unchecked(FunctionWithException<T, R, E>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aFunctionthat convert exception toRuntimeException. - unchecked(FunctionWithException<T, R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.FunctionWithException
-
Converts a
FunctionWithExceptionto aFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithExceptionto aIntBinaryOperatorthat convert exception toRuntimeException. - unchecked(IntBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntBinaryOperatorWithException
-
Converts a
IntBinaryOperatorWithExceptionto aIntBinaryOperatorthat convert exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithExceptionto aIntConsumerthat wraps exception toRuntimeException. - unchecked(IntConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntConsumerWithException
-
Converts a
IntConsumerWithExceptionto aIntConsumerthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithExceptionto aIntFunctionthat wraps exception toRuntimeException. - unchecked(IntFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntFunctionWithException
-
Converts a
IntFunctionWithExceptionto aIntFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
IntPredicateWithExceptionto aIntPredicatethat wraps exception toRuntimeException. - unchecked(IntPredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntPredicateWithException
-
Converts a
PredicateWithExceptionto aPredicatethat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithExceptionto aIntSupplierthat wraps exception toRuntimeException. - unchecked(IntSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntSupplierWithException
-
Converts a
IntSupplierWithExceptionto aIntSupplierthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithExceptionto aIntToDoubleFunctionthat wraps exception toRuntimeException. - unchecked(IntToDoubleFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntToDoubleFunctionWithException
-
Converts a
IntToDoubleFunctionWithExceptionto aIntToDoubleFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntToLongFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithExceptionto aIntToLongFunctionthat wraps exception toRuntimeException. - unchecked(IntToLongFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntToLongFunctionWithException
-
Converts a
IntToLongFunctionWithExceptionto aIntToLongFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(IntUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorExceptionto aIntUnaryOperatorthat wraps exception toRuntimeException. - unchecked(IntUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.IntUnaryOperatorWithException
-
Converts a
IntUnaryOperatorWithExceptionto aIntUnaryOperatorthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongBinaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithExceptionto aLongBinaryOperatorthat convert exception toRuntimeException. - unchecked(LongBinaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongBinaryOperatorWithException
-
Converts a
LongBinaryOperatorWithExceptionto aLongBinaryOperatorthat convert exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongConsumerWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithExceptionto aLongConsumerthat convert exception toRuntimeException. - unchecked(LongConsumerWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongConsumerWithException
-
Converts a
LongConsumerWithExceptionto aLongConsumerthat convert exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongFunctionWithException<R, E>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
FunctionWithExceptionto aLongFunctionthat wraps toRuntimeException. - unchecked(LongFunctionWithException<R, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongFunctionWithException
-
Converts a
LongFunctionWithExceptionto aLongFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongPredicateWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
LongPredicateWithExceptionto aLongPredicatethat convert exception toRuntimeException. - unchecked(LongPredicateWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongPredicateWithException
-
Converts a
PredicateWithExceptionto aPredicatethat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongSupplierWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithExceptionto aLongSupplierthat wraps exception toRuntimeException. - unchecked(LongSupplierWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongSupplierWithException
-
Converts a
LongSupplierWithExceptionto aLongSupplierthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongToDoubleFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithExceptionto aLongToDoubleFunctionthat wraps exception toRuntimeException. - unchecked(LongToDoubleFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongToDoubleFunctionWithException
-
Converts a
LongToDoubleFunctionWithExceptionto aLongToDoubleFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongToIntFunctionWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithExceptionto aLongToIntFunctionthat wraps exception toRuntimeException. - unchecked(LongToIntFunctionWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongToIntFunctionWithException
-
Converts a
LongToIntFunctionWithExceptionto aLongToIntFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(LongUnaryOperatorWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorExceptionto aLongUnaryOperatorthat wraps exception toRuntimeException. - unchecked(LongUnaryOperatorWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.LongUnaryOperatorWithException
-
Converts a
LongUnaryOperatorWithExceptionto aLongUnaryOperatorthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ObjDoubleConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjDoubleConsumerWithExceptionto aObjDoubleConsumerthat wraps exception toRuntimeException. - unchecked(ObjDoubleConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjDoubleConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto aObjDoubleConsumerthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ObjectInputFilterWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithExceptionto aObjectInputFilterthat convert exception toRuntimeException. - unchecked(ObjectInputFilterWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjectInputFilterWithException
-
Converts a
ObjectInputFilterWithExceptionto aObjectInputFilterthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ObjIntConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithExceptionto aObjIntConsumerthat wraps exception toRuntimeException. - unchecked(ObjIntConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjIntConsumerWithException
-
Converts a
ObjIntConsumerWithExceptionto aObjIntConsumerthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ObjLongConsumerWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto aObjLongConsumerthat wraps exception toRuntimeException. - unchecked(ObjLongConsumerWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ObjLongConsumerWithException
-
Converts a
ObjLongConsumerWithExceptionto aObjLongConsumerthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(PathMatcherWithException<E>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithExceptionto aPathMatcherthat wraps exception toRuntimeException. - unchecked(PathMatcherWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.PathMatcherWithException
-
Converts a
PathMatcherWithExceptionto aPathMatcherthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(PredicateWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithExceptionto aPredicatethat wraps exception toRuntimeException. - unchecked(PredicateWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.PredicateWithException
-
Converts a
PredicateWithExceptionto aPredicatethat wraps exception toRuntimeExceptionby 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
RunnableWithExceptionto aRunnablethat wraps exception toRuntimeException. - unchecked(RunnableWithException<E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.RunnableWithException
-
Converts a
RunnableWithExceptionto aRunnablethat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(SupplierWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithExceptionto aSupplierthat wraps exception toRuntimeException. - unchecked(SupplierWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.SupplierWithException
-
Converts a
SupplierWithExceptionto aSupplierthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ToDoubleBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithExceptionto aToDoubleBiFunctionthat wraps exception toRuntimeException. - unchecked(ToDoubleBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleBiFunctionWithException
-
Converts a
ToDoubleBiFunctionWithExceptionto aToDoubleBiFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ToDoubleFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionExceptionto aToDoubleFunctionthat convert exception toRuntimeException. - unchecked(ToDoubleFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToDoubleFunctionWithException
-
Converts a
ToDoubleFunctionWithExceptionto aToDoubleFunctionthat convert exception toRuntimeExceptionby using the provided mapping function. - unchecked(ToIntBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithExceptionto aToIntBiFunctionthat wraps exception toRuntimeException. - unchecked(ToIntBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntBiFunctionWithException
-
Converts a
ToIntBiFunctionWithExceptionto aToIntBiFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ToIntFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToIntFunctionExceptionto aToIntFunctionthat wraps exception toRuntimeException. - unchecked(ToIntFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToIntFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto aToIntFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ToLongBiFunctionWithException<T, U, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithExceptionto aToLongBiFunctionthat wraps exception toRuntimeException. - unchecked(ToLongBiFunctionWithException<T, U, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongBiFunctionWithException
-
Converts a
ToLongBiFunctionWithExceptionto aToLongBiFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(ToLongFunctionWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionExceptionto aToLongFunctionthat wraps exception toRuntimeException. - unchecked(ToLongFunctionWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.ToLongFunctionWithException
-
Converts a
ToLongFunctionWithExceptionto aToLongFunctionthat wraps exception toRuntimeExceptionby using the provided mapping function. - unchecked(UnaryOperatorWithException<T, E>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithExceptionto aUnaryOperatorthat wraps exception toRuntimeException. - unchecked(UnaryOperatorWithException<T, E>, Function<Exception, RuntimeException>) - Static method in interface ch.powerunit.extensions.exceptions.UnaryOperatorWithException
-
Converts a
UnaryOperatorWithExceptionto aUnaryOperatorthat wraps exception toRuntimeExceptionby 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())