- aBiConsumerThatUnsafelyThrowsUnchecked(BiConsumerWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.BiConsumerWithThrowable
-
Utility method to unwrap lambdas of type BiConsumer and withUncheckedThrowable any Exception
- aBiFunctionThatUnsafelyThrowsUnchecked(BiFunctionWithThrowable<T, U, R, E>) - Static method in interface org.slieb.throwables.BiFunctionWithThrowable
-
Utility method to unwrap lambdas of type BiFunction and withUncheckedThrowable any Exception
- aBinaryOperatorThatUnsafelyThrowsUnchecked(BinaryOperatorWithThrowable<T, E>) - Static method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
Utility method to unwrap lambdas of type BinaryOperator and withUncheckedThrowable any Exception
- aBooleanSupplierThatUnsafelyThrowsUnchecked(BooleanSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.BooleanSupplierWithThrowable
-
Utility method to unwrap lambdas of type BooleanSupplier and withUncheckedThrowable any Exception
- accept(T, U) - Method in interface org.slieb.throwables.BiConsumerWithThrowable
-
Overridden method of BiConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- accept(T) - Method in interface org.slieb.throwables.ConsumerWithThrowable
-
Overridden method of ConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- accept(double) - Method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
Overridden method of DoubleConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- accept(int) - Method in interface org.slieb.throwables.IntConsumerWithThrowable
-
Overridden method of IntConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- accept(long) - Method in interface org.slieb.throwables.LongConsumerWithThrowable
-
Overridden method of LongConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- accept(T, double) - Method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
Overridden method of ObjDoubleConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- accept(T, int) - Method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
Overridden method of ObjIntConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- accept(T, long) - Method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
Overridden method of ObjLongConsumerWithThrowable that will call acceptWithThrowable, but catching any exceptions.
- acceptWithThrowable(T, U) - Method in interface org.slieb.throwables.BiConsumerWithThrowable
-
Functional method that will throw exceptions.
- acceptWithThrowable(T) - Method in interface org.slieb.throwables.ConsumerWithThrowable
-
Functional method that will throw exceptions.
- acceptWithThrowable(double) - Method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
Functional method that will throw exceptions.
- acceptWithThrowable(int) - Method in interface org.slieb.throwables.IntConsumerWithThrowable
-
Functional method that will throw exceptions.
- acceptWithThrowable(long) - Method in interface org.slieb.throwables.LongConsumerWithThrowable
-
Functional method that will throw exceptions.
- acceptWithThrowable(T, double) - Method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
Functional method that will throw exceptions.
- acceptWithThrowable(T, int) - Method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
Functional method that will throw exceptions.
- acceptWithThrowable(T, long) - Method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
Functional method that will throw exceptions.
- aConsumerThatUnsafelyThrowsUnchecked(ConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ConsumerWithThrowable
-
Utility method to unwrap lambdas of type Consumer and withUncheckedThrowable any Exception
- aDoubleBinaryOperatorThatUnsafelyThrowsUnchecked(DoubleBinaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
Utility method to unwrap lambdas of type DoubleBinaryOperator and withUncheckedThrowable any Exception
- aDoubleConsumerThatUnsafelyThrowsUnchecked(DoubleConsumerWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
Utility method to unwrap lambdas of type DoubleConsumer and withUncheckedThrowable any Exception
- aDoubleFunctionThatUnsafelyThrowsUnchecked(DoubleFunctionWithThrowable<R, E>) - Static method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
Utility method to unwrap lambdas of type DoubleFunction and withUncheckedThrowable any Exception
- aDoublePredicateThatUnsafelyThrowsUnchecked(DoublePredicateWithThrowable<E>) - Static method in interface org.slieb.throwables.DoublePredicateWithThrowable
-
Utility method to unwrap lambdas of type DoublePredicate and withUncheckedThrowable any Exception
- aDoubleSupplierThatUnsafelyThrowsUnchecked(DoubleSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleSupplierWithThrowable
-
Utility method to unwrap lambdas of type DoubleSupplier and withUncheckedThrowable any Exception
- aDoubleToIntFunctionThatUnsafelyThrowsUnchecked(DoubleToIntFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
Utility method to unwrap lambdas of type DoubleToIntFunction and withUncheckedThrowable any Exception
- aDoubleToLongFunctionThatUnsafelyThrowsUnchecked(DoubleToLongFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
Utility method to unwrap lambdas of type DoubleToLongFunction and withUncheckedThrowable any Exception
- aDoubleUnaryOperatorThatUnsafelyThrowsUnchecked(DoubleUnaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
Utility method to unwrap lambdas of type DoubleUnaryOperator and withUncheckedThrowable any Exception
- aFunctionThatUnsafelyThrowsUnchecked(FunctionWithThrowable<T, R, E>) - Static method in interface org.slieb.throwables.FunctionWithThrowable
-
Utility method to unwrap lambdas of type Function and withUncheckedThrowable any Exception
- aIntBinaryOperatorThatUnsafelyThrowsUnchecked(IntBinaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
Utility method to unwrap lambdas of type IntBinaryOperator and withUncheckedThrowable any Exception
- aIntConsumerThatUnsafelyThrowsUnchecked(IntConsumerWithThrowable<E>) - Static method in interface org.slieb.throwables.IntConsumerWithThrowable
-
Utility method to unwrap lambdas of type IntConsumer and withUncheckedThrowable any Exception
- aIntFunctionThatUnsafelyThrowsUnchecked(IntFunctionWithThrowable<R, E>) - Static method in interface org.slieb.throwables.IntFunctionWithThrowable
-
Utility method to unwrap lambdas of type IntFunction and withUncheckedThrowable any Exception
- aIntPredicateThatUnsafelyThrowsUnchecked(IntPredicateWithThrowable<E>) - Static method in interface org.slieb.throwables.IntPredicateWithThrowable
-
Utility method to unwrap lambdas of type IntPredicate and withUncheckedThrowable any Exception
- aIntSupplierThatUnsafelyThrowsUnchecked(IntSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.IntSupplierWithThrowable
-
Utility method to unwrap lambdas of type IntSupplier and withUncheckedThrowable any Exception
- aLongBinaryOperatorThatUnsafelyThrowsUnchecked(LongBinaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
Utility method to unwrap lambdas of type LongBinaryOperator and withUncheckedThrowable any Exception
- aLongConsumerThatUnsafelyThrowsUnchecked(LongConsumerWithThrowable<E>) - Static method in interface org.slieb.throwables.LongConsumerWithThrowable
-
Utility method to unwrap lambdas of type LongConsumer and withUncheckedThrowable any Exception
- aLongFunctionThatUnsafelyThrowsUnchecked(LongFunctionWithThrowable<R, E>) - Static method in interface org.slieb.throwables.LongFunctionWithThrowable
-
Utility method to unwrap lambdas of type LongFunction and withUncheckedThrowable any Exception
- aLongPredicateThatUnsafelyThrowsUnchecked(LongPredicateWithThrowable<E>) - Static method in interface org.slieb.throwables.LongPredicateWithThrowable
-
Utility method to unwrap lambdas of type LongPredicate and withUncheckedThrowable any Exception
- aLongSupplierThatUnsafelyThrowsUnchecked(LongSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.LongSupplierWithThrowable
-
Utility method to unwrap lambdas of type LongSupplier and withUncheckedThrowable any Exception
- aLongToDoubleFunctionThatUnsafelyThrowsUnchecked(LongToDoubleFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
Utility method to unwrap lambdas of type LongToDoubleFunction and withUncheckedThrowable any Exception
- aLongToIntFunctionThatUnsafelyThrowsUnchecked(LongToIntFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
Utility method to unwrap lambdas of type LongToIntFunction and withUncheckedThrowable any Exception
- aLongUnaryOperatorThatUnsafelyThrowsUnchecked(LongUnaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
Utility method to unwrap lambdas of type LongUnaryOperator and withUncheckedThrowable any Exception
- aObjDoubleConsumerThatUnsafelyThrowsUnchecked(ObjDoubleConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
Utility method to unwrap lambdas of type ObjDoubleConsumer and withUncheckedThrowable any Exception
- aObjIntConsumerThatUnsafelyThrowsUnchecked(ObjIntConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
Utility method to unwrap lambdas of type ObjIntConsumer and withUncheckedThrowable any Exception
- aObjLongConsumerThatUnsafelyThrowsUnchecked(ObjLongConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
Utility method to unwrap lambdas of type ObjLongConsumer and withUncheckedThrowable any Exception
- apply(T, U) - Method in interface org.slieb.throwables.BiFunctionWithThrowable
-
Overridden method of BiFunctionWithThrowable that will call applyWithThrowable, but catching any exceptions.
- apply(T, T) - Method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
Overridden method of BinaryOperatorWithThrowable that will call applyWithThrowable, but catching any exceptions.
- apply(double) - Method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
Overridden method of DoubleFunctionWithThrowable that will call applyWithThrowable, but catching any exceptions.
- apply(T) - Method in interface org.slieb.throwables.FunctionWithThrowable
-
Overridden method of FunctionWithThrowable that will call applyWithThrowable, but catching any exceptions.
- apply(int) - Method in interface org.slieb.throwables.IntFunctionWithThrowable
-
Overridden method of IntFunctionWithThrowable that will call applyWithThrowable, but catching any exceptions.
- apply(long) - Method in interface org.slieb.throwables.LongFunctionWithThrowable
-
Overridden method of LongFunctionWithThrowable that will call applyWithThrowable, but catching any exceptions.
- apply(T) - Method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
Overridden method of UnaryOperatorWithThrowable that will call applyWithThrowable, but catching any exceptions.
- applyAsDouble(double, double) - Method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
Overridden method of DoubleBinaryOperatorWithThrowable that will call applyAsDoubleWithThrowable, but catching any exceptions.
- applyAsDouble(double) - Method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
Overridden method of DoubleUnaryOperatorWithThrowable that will call applyAsDoubleWithThrowable, but catching any exceptions.
- applyAsDouble(long) - Method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
Overridden method of LongToDoubleFunctionWithThrowable that will call applyAsDoubleWithThrowable, but catching any exceptions.
- applyAsDouble(T, U) - Method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
Overridden method of ToDoubleBiFunctionWithThrowable that will call applyAsDoubleWithThrowable, but catching any exceptions.
- applyAsDouble(T) - Method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
Overridden method of ToDoubleFunctionWithThrowable that will call applyAsDoubleWithThrowable, but catching any exceptions.
- applyAsDoubleWithThrowable(double, double) - Method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
Functional method that will throw exceptions.
- applyAsDoubleWithThrowable(double) - Method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
Functional method that will throw exceptions.
- applyAsDoubleWithThrowable(long) - Method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsDoubleWithThrowable(T, U) - Method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsDoubleWithThrowable(T) - Method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsInt(double) - Method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
Overridden method of DoubleToIntFunctionWithThrowable that will call applyAsIntWithThrowable, but catching any exceptions.
- applyAsInt(int, int) - Method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
Overridden method of IntBinaryOperatorWithThrowable that will call applyAsIntWithThrowable, but catching any exceptions.
- applyAsInt(long) - Method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
Overridden method of LongToIntFunctionWithThrowable that will call applyAsIntWithThrowable, but catching any exceptions.
- applyAsInt(T, U) - Method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
Overridden method of ToIntBiFunctionWithThrowable that will call applyAsIntWithThrowable, but catching any exceptions.
- applyAsInt(T) - Method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
Overridden method of ToIntFunctionWithThrowable that will call applyAsIntWithThrowable, but catching any exceptions.
- applyAsIntWithThrowable(double) - Method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsIntWithThrowable(int, int) - Method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
Functional method that will throw exceptions.
- applyAsIntWithThrowable(long) - Method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsIntWithThrowable(T, U) - Method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsIntWithThrowable(T) - Method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsLong(double) - Method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
Overridden method of DoubleToLongFunctionWithThrowable that will call applyAsLongWithThrowable, but catching any exceptions.
- applyAsLong(long, long) - Method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
Overridden method of LongBinaryOperatorWithThrowable that will call applyAsLongWithThrowable, but catching any exceptions.
- applyAsLong(long) - Method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
Overridden method of LongUnaryOperatorWithThrowable that will call applyAsLongWithThrowable, but catching any exceptions.
- applyAsLong(T, U) - Method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
Overridden method of ToLongBiFunctionWithThrowable that will call applyAsLongWithThrowable, but catching any exceptions.
- applyAsLong(T) - Method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
Overridden method of ToLongFunctionWithThrowable that will call applyAsLongWithThrowable, but catching any exceptions.
- applyAsLongWithThrowable(double) - Method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsLongWithThrowable(long, long) - Method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
Functional method that will throw exceptions.
- applyAsLongWithThrowable(long) - Method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
Functional method that will throw exceptions.
- applyAsLongWithThrowable(T, U) - Method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyAsLongWithThrowable(T) - Method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyWithThrowable(T, U) - Method in interface org.slieb.throwables.BiFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyWithThrowable(T, T) - Method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
Functional method that will throw exceptions.
- applyWithThrowable(double) - Method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyWithThrowable(T) - Method in interface org.slieb.throwables.FunctionWithThrowable
-
Functional method that will throw exceptions.
- applyWithThrowable(int) - Method in interface org.slieb.throwables.IntFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyWithThrowable(long) - Method in interface org.slieb.throwables.LongFunctionWithThrowable
-
Functional method that will throw exceptions.
- applyWithThrowable(T) - Method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
Functional method that will throw exceptions.
- aPredicateThatUnsafelyThrowsUnchecked(PredicateWithThrowable<T, E>) - Static method in interface org.slieb.throwables.PredicateWithThrowable
-
Utility method to unwrap lambdas of type Predicate and withUncheckedThrowable any Exception
- aRunnableThatUnsafelyThrowsUnchecked(RunnableWithThrowable<E>) - Static method in interface org.slieb.throwables.RunnableWithThrowable
-
Utility method to unwrap lambdas of type Runnable and withUncheckedThrowable any Exception
- asBiConsumerWithThrowable(BiConsumer<T, U>) - Static method in interface org.slieb.throwables.BiConsumerWithThrowable
-
Utility method to convert BiConsumerWithThrowable
- asBiFunctionWithThrowable(BiFunction<T, U, R>) - Static method in interface org.slieb.throwables.BiFunctionWithThrowable
-
Utility method to convert BiFunctionWithThrowable
- asBinaryOperatorWithThrowable(BinaryOperator<T>) - Static method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
Utility method to convert BinaryOperatorWithThrowable
- asBooleanSupplierWithThrowable(BooleanSupplier) - Static method in interface org.slieb.throwables.BooleanSupplierWithThrowable
-
Utility method to convert BooleanSupplierWithThrowable
- asConsumerWithThrowable(Consumer<T>) - Static method in interface org.slieb.throwables.ConsumerWithThrowable
-
Utility method to convert ConsumerWithThrowable
- asDoubleBinaryOperatorWithThrowable(DoubleBinaryOperator) - Static method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
Utility method to convert DoubleBinaryOperatorWithThrowable
- asDoubleConsumerWithThrowable(DoubleConsumer) - Static method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
Utility method to convert DoubleConsumerWithThrowable
- asDoubleFunctionWithThrowable(DoubleFunction<R>) - Static method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
Utility method to convert DoubleFunctionWithThrowable
- asDoublePredicateWithThrowable(DoublePredicate) - Static method in interface org.slieb.throwables.DoublePredicateWithThrowable
-
Utility method to convert DoublePredicateWithThrowable
- asDoubleSupplierWithThrowable(DoubleSupplier) - Static method in interface org.slieb.throwables.DoubleSupplierWithThrowable
-
Utility method to convert DoubleSupplierWithThrowable
- asDoubleToIntFunctionWithThrowable(DoubleToIntFunction) - Static method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
Utility method to convert DoubleToIntFunctionWithThrowable
- asDoubleToLongFunctionWithThrowable(DoubleToLongFunction) - Static method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
Utility method to convert DoubleToLongFunctionWithThrowable
- asDoubleUnaryOperatorWithThrowable(DoubleUnaryOperator) - Static method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
Utility method to convert DoubleUnaryOperatorWithThrowable
- asFunctionWithThrowable(Function<T, R>) - Static method in interface org.slieb.throwables.FunctionWithThrowable
-
Utility method to convert FunctionWithThrowable
- asIntBinaryOperatorWithThrowable(IntBinaryOperator) - Static method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
Utility method to convert IntBinaryOperatorWithThrowable
- asIntConsumerWithThrowable(IntConsumer) - Static method in interface org.slieb.throwables.IntConsumerWithThrowable
-
Utility method to convert IntConsumerWithThrowable
- asIntFunctionWithThrowable(IntFunction<R>) - Static method in interface org.slieb.throwables.IntFunctionWithThrowable
-
Utility method to convert IntFunctionWithThrowable
- asIntPredicateWithThrowable(IntPredicate) - Static method in interface org.slieb.throwables.IntPredicateWithThrowable
-
Utility method to convert IntPredicateWithThrowable
- asIntSupplierWithThrowable(IntSupplier) - Static method in interface org.slieb.throwables.IntSupplierWithThrowable
-
Utility method to convert IntSupplierWithThrowable
- asLongBinaryOperatorWithThrowable(LongBinaryOperator) - Static method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
Utility method to convert LongBinaryOperatorWithThrowable
- asLongConsumerWithThrowable(LongConsumer) - Static method in interface org.slieb.throwables.LongConsumerWithThrowable
-
Utility method to convert LongConsumerWithThrowable
- asLongFunctionWithThrowable(LongFunction<R>) - Static method in interface org.slieb.throwables.LongFunctionWithThrowable
-
Utility method to convert LongFunctionWithThrowable
- asLongPredicateWithThrowable(LongPredicate) - Static method in interface org.slieb.throwables.LongPredicateWithThrowable
-
Utility method to convert LongPredicateWithThrowable
- asLongSupplierWithThrowable(LongSupplier) - Static method in interface org.slieb.throwables.LongSupplierWithThrowable
-
Utility method to convert LongSupplierWithThrowable
- asLongToDoubleFunctionWithThrowable(LongToDoubleFunction) - Static method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
Utility method to convert LongToDoubleFunctionWithThrowable
- asLongToIntFunctionWithThrowable(LongToIntFunction) - Static method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
Utility method to convert LongToIntFunctionWithThrowable
- asLongUnaryOperatorWithThrowable(LongUnaryOperator) - Static method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
Utility method to convert LongUnaryOperatorWithThrowable
- asObjDoubleConsumerWithThrowable(ObjDoubleConsumer<T>) - Static method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
Utility method to convert ObjDoubleConsumerWithThrowable
- asObjIntConsumerWithThrowable(ObjIntConsumer<T>) - Static method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
Utility method to convert ObjIntConsumerWithThrowable
- asObjLongConsumerWithThrowable(ObjLongConsumer<T>) - Static method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
Utility method to convert ObjLongConsumerWithThrowable
- asPredicateWithThrowable(Predicate<T>) - Static method in interface org.slieb.throwables.PredicateWithThrowable
-
Utility method to convert PredicateWithThrowable
- asRunnableWithThrowable(Runnable) - Static method in interface org.slieb.throwables.RunnableWithThrowable
-
Utility method to convert RunnableWithThrowable
- asSupplierWithThrowable(Supplier<T>) - Static method in interface org.slieb.throwables.SupplierWithThrowable
-
Utility method to convert SupplierWithThrowable
- asToDoubleBiFunctionWithThrowable(ToDoubleBiFunction<T, U>) - Static method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
Utility method to convert ToDoubleBiFunctionWithThrowable
- asToDoubleFunctionWithThrowable(ToDoubleFunction<T>) - Static method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
Utility method to convert ToDoubleFunctionWithThrowable
- asToIntBiFunctionWithThrowable(ToIntBiFunction<T, U>) - Static method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
Utility method to convert ToIntBiFunctionWithThrowable
- asToIntFunctionWithThrowable(ToIntFunction<T>) - Static method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
Utility method to convert ToIntFunctionWithThrowable
- asToLongBiFunctionWithThrowable(ToLongBiFunction<T, U>) - Static method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
Utility method to convert ToLongBiFunctionWithThrowable
- asToLongFunctionWithThrowable(ToLongFunction<T>) - Static method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
Utility method to convert ToLongFunctionWithThrowable
- asUnaryOperatorWithThrowable(UnaryOperator<T>) - Static method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
Utility method to convert UnaryOperatorWithThrowable
- aSupplierThatUnsafelyThrowsUnchecked(SupplierWithThrowable<T, E>) - Static method in interface org.slieb.throwables.SupplierWithThrowable
-
Utility method to unwrap lambdas of type Supplier and withUncheckedThrowable any Exception
- aToDoubleBiFunctionThatUnsafelyThrowsUnchecked(ToDoubleBiFunctionWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
Utility method to unwrap lambdas of type ToDoubleBiFunction and withUncheckedThrowable any Exception
- aToDoubleFunctionThatUnsafelyThrowsUnchecked(ToDoubleFunctionWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
Utility method to unwrap lambdas of type ToDoubleFunction and withUncheckedThrowable any Exception
- aToIntBiFunctionThatUnsafelyThrowsUnchecked(ToIntBiFunctionWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
Utility method to unwrap lambdas of type ToIntBiFunction and withUncheckedThrowable any Exception
- aToIntFunctionThatUnsafelyThrowsUnchecked(ToIntFunctionWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
Utility method to unwrap lambdas of type ToIntFunction and withUncheckedThrowable any Exception
- aToLongBiFunctionThatUnsafelyThrowsUnchecked(ToLongBiFunctionWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
Utility method to unwrap lambdas of type ToLongBiFunction and withUncheckedThrowable any Exception
- aToLongFunctionThatUnsafelyThrowsUnchecked(ToLongFunctionWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
Utility method to unwrap lambdas of type ToLongFunction and withUncheckedThrowable any Exception
- aUnaryOperatorThatUnsafelyThrowsUnchecked(UnaryOperatorWithThrowable<T, E>) - Static method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
Utility method to unwrap lambdas of type UnaryOperator and withUncheckedThrowable any Exception
- castBiConsumerWithThrowable(BiConsumerWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.BiConsumerWithThrowable
-
Utility method to mark lambdas of type BiConsumerWithThrowable
- castBiFunctionWithThrowable(BiFunctionWithThrowable<T, U, R, E>) - Static method in interface org.slieb.throwables.BiFunctionWithThrowable
-
Utility method to mark lambdas of type BiFunctionWithThrowable
- castBinaryOperatorWithThrowable(BinaryOperatorWithThrowable<T, E>) - Static method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
Utility method to mark lambdas of type BinaryOperatorWithThrowable
- castBooleanSupplierWithThrowable(BooleanSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.BooleanSupplierWithThrowable
-
Utility method to mark lambdas of type BooleanSupplierWithThrowable
- castConsumerWithThrowable(ConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ConsumerWithThrowable
-
Utility method to mark lambdas of type ConsumerWithThrowable
- castDoubleBinaryOperatorWithThrowable(DoubleBinaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
Utility method to mark lambdas of type DoubleBinaryOperatorWithThrowable
- castDoubleConsumerWithThrowable(DoubleConsumerWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
Utility method to mark lambdas of type DoubleConsumerWithThrowable
- castDoubleFunctionWithThrowable(DoubleFunctionWithThrowable<R, E>) - Static method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
Utility method to mark lambdas of type DoubleFunctionWithThrowable
- castDoublePredicateWithThrowable(DoublePredicateWithThrowable<E>) - Static method in interface org.slieb.throwables.DoublePredicateWithThrowable
-
Utility method to mark lambdas of type DoublePredicateWithThrowable
- castDoubleSupplierWithThrowable(DoubleSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleSupplierWithThrowable
-
Utility method to mark lambdas of type DoubleSupplierWithThrowable
- castDoubleToIntFunctionWithThrowable(DoubleToIntFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
Utility method to mark lambdas of type DoubleToIntFunctionWithThrowable
- castDoubleToLongFunctionWithThrowable(DoubleToLongFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
Utility method to mark lambdas of type DoubleToLongFunctionWithThrowable
- castDoubleUnaryOperatorWithThrowable(DoubleUnaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
Utility method to mark lambdas of type DoubleUnaryOperatorWithThrowable
- castFunctionWithThrowable(FunctionWithThrowable<T, R, E>) - Static method in interface org.slieb.throwables.FunctionWithThrowable
-
Utility method to mark lambdas of type FunctionWithThrowable
- castIntBinaryOperatorWithThrowable(IntBinaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
Utility method to mark lambdas of type IntBinaryOperatorWithThrowable
- castIntConsumerWithThrowable(IntConsumerWithThrowable<E>) - Static method in interface org.slieb.throwables.IntConsumerWithThrowable
-
Utility method to mark lambdas of type IntConsumerWithThrowable
- castIntFunctionWithThrowable(IntFunctionWithThrowable<R, E>) - Static method in interface org.slieb.throwables.IntFunctionWithThrowable
-
Utility method to mark lambdas of type IntFunctionWithThrowable
- castIntPredicateWithThrowable(IntPredicateWithThrowable<E>) - Static method in interface org.slieb.throwables.IntPredicateWithThrowable
-
Utility method to mark lambdas of type IntPredicateWithThrowable
- castIntSupplierWithThrowable(IntSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.IntSupplierWithThrowable
-
Utility method to mark lambdas of type IntSupplierWithThrowable
- castLongBinaryOperatorWithThrowable(LongBinaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
Utility method to mark lambdas of type LongBinaryOperatorWithThrowable
- castLongConsumerWithThrowable(LongConsumerWithThrowable<E>) - Static method in interface org.slieb.throwables.LongConsumerWithThrowable
-
Utility method to mark lambdas of type LongConsumerWithThrowable
- castLongFunctionWithThrowable(LongFunctionWithThrowable<R, E>) - Static method in interface org.slieb.throwables.LongFunctionWithThrowable
-
Utility method to mark lambdas of type LongFunctionWithThrowable
- castLongPredicateWithThrowable(LongPredicateWithThrowable<E>) - Static method in interface org.slieb.throwables.LongPredicateWithThrowable
-
Utility method to mark lambdas of type LongPredicateWithThrowable
- castLongSupplierWithThrowable(LongSupplierWithThrowable<E>) - Static method in interface org.slieb.throwables.LongSupplierWithThrowable
-
Utility method to mark lambdas of type LongSupplierWithThrowable
- castLongToDoubleFunctionWithThrowable(LongToDoubleFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
Utility method to mark lambdas of type LongToDoubleFunctionWithThrowable
- castLongToIntFunctionWithThrowable(LongToIntFunctionWithThrowable<E>) - Static method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
Utility method to mark lambdas of type LongToIntFunctionWithThrowable
- castLongUnaryOperatorWithThrowable(LongUnaryOperatorWithThrowable<E>) - Static method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
Utility method to mark lambdas of type LongUnaryOperatorWithThrowable
- castObjDoubleConsumerWithThrowable(ObjDoubleConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
Utility method to mark lambdas of type ObjDoubleConsumerWithThrowable
- castObjIntConsumerWithThrowable(ObjIntConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
Utility method to mark lambdas of type ObjIntConsumerWithThrowable
- castObjLongConsumerWithThrowable(ObjLongConsumerWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
Utility method to mark lambdas of type ObjLongConsumerWithThrowable
- castPredicateWithThrowable(PredicateWithThrowable<T, E>) - Static method in interface org.slieb.throwables.PredicateWithThrowable
-
Utility method to mark lambdas of type PredicateWithThrowable
- castRunnableWithThrowable(RunnableWithThrowable<E>) - Static method in interface org.slieb.throwables.RunnableWithThrowable
-
Utility method to mark lambdas of type RunnableWithThrowable
- castSupplierWithThrowable(SupplierWithThrowable<T, E>) - Static method in interface org.slieb.throwables.SupplierWithThrowable
-
Utility method to mark lambdas of type SupplierWithThrowable
- castToDoubleBiFunctionWithThrowable(ToDoubleBiFunctionWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
Utility method to mark lambdas of type ToDoubleBiFunctionWithThrowable
- castToDoubleFunctionWithThrowable(ToDoubleFunctionWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
Utility method to mark lambdas of type ToDoubleFunctionWithThrowable
- castToIntBiFunctionWithThrowable(ToIntBiFunctionWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
Utility method to mark lambdas of type ToIntBiFunctionWithThrowable
- castToIntFunctionWithThrowable(ToIntFunctionWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
Utility method to mark lambdas of type ToIntFunctionWithThrowable
- castToLongBiFunctionWithThrowable(ToLongBiFunctionWithThrowable<T, U, E>) - Static method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
Utility method to mark lambdas of type ToLongBiFunctionWithThrowable
- castToLongFunctionWithThrowable(ToLongFunctionWithThrowable<T, E>) - Static method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
Utility method to mark lambdas of type ToLongFunctionWithThrowable
- castUnaryOperatorWithThrowable(UnaryOperatorWithThrowable<T, E>) - Static method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
Utility method to mark lambdas of type UnaryOperatorWithThrowable
- ConsumerWithThrowable<T,E extends Throwable> - Interface in org.slieb.throwables
-
Generated from Consumer
Extends java.util.function.Consumer to allow for a checked exception.
- withLogging(Logger, String) - Method in interface org.slieb.throwables.BiConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.BiConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.BiConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.BiFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.BiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.BiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.BinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.BooleanSupplierWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.BooleanSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.BooleanSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoubleBinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoubleConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoubleFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoublePredicateWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoublePredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoublePredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoubleSupplierWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoubleSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoubleSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoubleToIntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoubleToLongFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.DoubleUnaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.FunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.FunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.FunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.IntBinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.IntConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.IntConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.IntConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.IntFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.IntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.IntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.IntPredicateWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.IntPredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.IntPredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.IntSupplierWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.IntSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.IntSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongBinaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongPredicateWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongPredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongPredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongSupplierWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongSupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongToDoubleFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongToIntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.LongUnaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ObjDoubleConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ObjIntConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ObjLongConsumerWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.PredicateWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.PredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.PredicateWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.RunnableWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.RunnableWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.RunnableWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.SupplierWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.SupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.SupplierWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ToDoubleBiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ToDoubleFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ToIntBiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ToIntFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ToLongBiFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.ToLongFunctionWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging(Logger, String) - Method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
- withLogging(Logger) - Method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- withLogging() - Method in interface org.slieb.throwables.UnaryOperatorWithThrowable
-
Will log WARNING level exceptions on logger if they occur within the interface
- wrapException(Throwable) - Static method in exception org.slieb.throwables.SuppressedException
-