Interface | Description |
---|---|
BiConsumerWithThrowable<T,U,E extends Throwable> |
Generated from BiConsumer
Extends java.util.function.BiConsumer to allow for a checked exception.
|
BiFunctionWithThrowable<T,U,R,E extends Throwable> |
Generated from BiFunction
Extends java.util.function.BiFunction to allow for a checked exception.
|
BinaryOperatorWithThrowable<T,E extends Throwable> |
Generated from BinaryOperator
Extends java.util.function.BinaryOperator to allow for a checked exception.
|
BooleanSupplierWithThrowable<E extends Throwable> |
Generated from BooleanSupplier
Extends java.util.function.BooleanSupplier to allow for a checked exception.
|
ConsumerWithThrowable<T,E extends Throwable> |
Generated from Consumer
Extends java.util.function.Consumer to allow for a checked exception.
|
DoubleBinaryOperatorWithThrowable<E extends Throwable> |
Generated from DoubleBinaryOperator
Extends java.util.function.DoubleBinaryOperator to allow for a checked exception.
|
DoubleConsumerWithThrowable<E extends Throwable> |
Generated from DoubleConsumer
Extends java.util.function.DoubleConsumer to allow for a checked exception.
|
DoubleFunctionWithThrowable<R,E extends Throwable> |
Generated from DoubleFunction
Extends java.util.function.DoubleFunction to allow for a checked exception.
|
DoublePredicateWithThrowable<E extends Throwable> |
Generated from DoublePredicate
Extends java.util.function.DoublePredicate to allow for a checked exception.
|
DoubleSupplierWithThrowable<E extends Throwable> |
Generated from DoubleSupplier
Extends java.util.function.DoubleSupplier to allow for a checked exception.
|
DoubleToIntFunctionWithThrowable<E extends Throwable> |
Generated from DoubleToIntFunction
Extends java.util.function.DoubleToIntFunction to allow for a checked exception.
|
DoubleToLongFunctionWithThrowable<E extends Throwable> |
Generated from DoubleToLongFunction
Extends java.util.function.DoubleToLongFunction to allow for a checked exception.
|
DoubleUnaryOperatorWithThrowable<E extends Throwable> |
Generated from DoubleUnaryOperator
Extends java.util.function.DoubleUnaryOperator to allow for a checked exception.
|
FunctionWithThrowable<T,R,E extends Throwable> |
Generated from Function
Extends java.util.function.Function to allow for a checked exception.
|
IntBinaryOperatorWithThrowable<E extends Throwable> |
Generated from IntBinaryOperator
Extends java.util.function.IntBinaryOperator to allow for a checked exception.
|
IntConsumerWithThrowable<E extends Throwable> |
Generated from IntConsumer
Extends java.util.function.IntConsumer to allow for a checked exception.
|
IntFunctionWithThrowable<R,E extends Throwable> |
Generated from IntFunction
Extends java.util.function.IntFunction to allow for a checked exception.
|
IntPredicateWithThrowable<E extends Throwable> |
Generated from IntPredicate
Extends java.util.function.IntPredicate to allow for a checked exception.
|
IntSupplierWithThrowable<E extends Throwable> |
Generated from IntSupplier
Extends java.util.function.IntSupplier to allow for a checked exception.
|
LongBinaryOperatorWithThrowable<E extends Throwable> |
Generated from LongBinaryOperator
Extends java.util.function.LongBinaryOperator to allow for a checked exception.
|
LongConsumerWithThrowable<E extends Throwable> |
Generated from LongConsumer
Extends java.util.function.LongConsumer to allow for a checked exception.
|
LongFunctionWithThrowable<R,E extends Throwable> |
Generated from LongFunction
Extends java.util.function.LongFunction to allow for a checked exception.
|
LongPredicateWithThrowable<E extends Throwable> |
Generated from LongPredicate
Extends java.util.function.LongPredicate to allow for a checked exception.
|
LongSupplierWithThrowable<E extends Throwable> |
Generated from LongSupplier
Extends java.util.function.LongSupplier to allow for a checked exception.
|
LongToDoubleFunctionWithThrowable<E extends Throwable> |
Generated from LongToDoubleFunction
Extends java.util.function.LongToDoubleFunction to allow for a checked exception.
|
LongToIntFunctionWithThrowable<E extends Throwable> |
Generated from LongToIntFunction
Extends java.util.function.LongToIntFunction to allow for a checked exception.
|
LongUnaryOperatorWithThrowable<E extends Throwable> |
Generated from LongUnaryOperator
Extends java.util.function.LongUnaryOperator to allow for a checked exception.
|
ObjDoubleConsumerWithThrowable<T,E extends Throwable> |
Generated from ObjDoubleConsumer
Extends java.util.function.ObjDoubleConsumer to allow for a checked exception.
|
ObjIntConsumerWithThrowable<T,E extends Throwable> |
Generated from ObjIntConsumer
Extends java.util.function.ObjIntConsumer to allow for a checked exception.
|
ObjLongConsumerWithThrowable<T,E extends Throwable> |
Generated from ObjLongConsumer
Extends java.util.function.ObjLongConsumer to allow for a checked exception.
|
PredicateWithThrowable<T,E extends Throwable> |
Generated from Predicate
Extends java.util.function.Predicate to allow for a checked exception.
|
RunnableWithThrowable<E extends Throwable> |
Generated from Runnable
Extends java.lang.Runnable to allow for a checked exception.
|
SupplierWithThrowable<T,E extends Throwable> |
Generated from Supplier
Extends java.util.function.Supplier to allow for a checked exception.
|
ToDoubleBiFunctionWithThrowable<T,U,E extends Throwable> |
Generated from ToDoubleBiFunction
Extends java.util.function.ToDoubleBiFunction to allow for a checked exception.
|
ToDoubleFunctionWithThrowable<T,E extends Throwable> |
Generated from ToDoubleFunction
Extends java.util.function.ToDoubleFunction to allow for a checked exception.
|
ToIntBiFunctionWithThrowable<T,U,E extends Throwable> |
Generated from ToIntBiFunction
Extends java.util.function.ToIntBiFunction to allow for a checked exception.
|
ToIntFunctionWithThrowable<T,E extends Throwable> |
Generated from ToIntFunction
Extends java.util.function.ToIntFunction to allow for a checked exception.
|
ToLongBiFunctionWithThrowable<T,U,E extends Throwable> |
Generated from ToLongBiFunction
Extends java.util.function.ToLongBiFunction to allow for a checked exception.
|
ToLongFunctionWithThrowable<T,E extends Throwable> |
Generated from ToLongFunction
Extends java.util.function.ToLongFunction to allow for a checked exception.
|
UnaryOperatorWithThrowable<T,E extends Throwable> |
Generated from UnaryOperator
Extends java.util.function.UnaryOperator to allow for a checked exception.
|
Exception | Description |
---|---|
SuppressedException |
This exception class wraps checked exceptions as a runtime exceptions, so we can throw them in Functional interfaces
such as Function and Supplier in a consistent manner.
|
Copyright © 2017. All rights reserved.