Class and Description |
---|
BiConsumerWithThrowable
Generated from BiConsumer
Extends java.util.function.BiConsumer to allow for a checked exception.
|
BiFunctionWithThrowable
Generated from BiFunction
Extends java.util.function.BiFunction to allow for a checked exception.
|
BinaryOperatorWithThrowable
Generated from BinaryOperator
Extends java.util.function.BinaryOperator to allow for a checked exception.
|
BooleanSupplierWithThrowable
Generated from BooleanSupplier
Extends java.util.function.BooleanSupplier to allow for a checked exception.
|
ConsumerWithThrowable
Generated from Consumer
Extends java.util.function.Consumer to allow for a checked exception.
|
DoubleBinaryOperatorWithThrowable
Generated from DoubleBinaryOperator
Extends java.util.function.DoubleBinaryOperator to allow for a checked exception.
|
DoubleConsumerWithThrowable
Generated from DoubleConsumer
Extends java.util.function.DoubleConsumer to allow for a checked exception.
|
DoubleFunctionWithThrowable
Generated from DoubleFunction
Extends java.util.function.DoubleFunction to allow for a checked exception.
|
DoublePredicateWithThrowable
Generated from DoublePredicate
Extends java.util.function.DoublePredicate to allow for a checked exception.
|
DoubleSupplierWithThrowable
Generated from DoubleSupplier
Extends java.util.function.DoubleSupplier to allow for a checked exception.
|
DoubleToIntFunctionWithThrowable
Generated from DoubleToIntFunction
Extends java.util.function.DoubleToIntFunction to allow for a checked exception.
|
DoubleToLongFunctionWithThrowable
Generated from DoubleToLongFunction
Extends java.util.function.DoubleToLongFunction to allow for a checked exception.
|
DoubleUnaryOperatorWithThrowable
Generated from DoubleUnaryOperator
Extends java.util.function.DoubleUnaryOperator to allow for a checked exception.
|
FunctionWithThrowable
Generated from Function
Extends java.util.function.Function to allow for a checked exception.
|
IntBinaryOperatorWithThrowable
Generated from IntBinaryOperator
Extends java.util.function.IntBinaryOperator to allow for a checked exception.
|
IntConsumerWithThrowable
Generated from IntConsumer
Extends java.util.function.IntConsumer to allow for a checked exception.
|
IntFunctionWithThrowable
Generated from IntFunction
Extends java.util.function.IntFunction to allow for a checked exception.
|
IntPredicateWithThrowable
Generated from IntPredicate
Extends java.util.function.IntPredicate to allow for a checked exception.
|
IntSupplierWithThrowable
Generated from IntSupplier
Extends java.util.function.IntSupplier to allow for a checked exception.
|
LongBinaryOperatorWithThrowable
Generated from LongBinaryOperator
Extends java.util.function.LongBinaryOperator to allow for a checked exception.
|
LongConsumerWithThrowable
Generated from LongConsumer
Extends java.util.function.LongConsumer to allow for a checked exception.
|
LongFunctionWithThrowable
Generated from LongFunction
Extends java.util.function.LongFunction to allow for a checked exception.
|
LongPredicateWithThrowable
Generated from LongPredicate
Extends java.util.function.LongPredicate to allow for a checked exception.
|
LongSupplierWithThrowable
Generated from LongSupplier
Extends java.util.function.LongSupplier to allow for a checked exception.
|
LongToDoubleFunctionWithThrowable
Generated from LongToDoubleFunction
Extends java.util.function.LongToDoubleFunction to allow for a checked exception.
|
LongToIntFunctionWithThrowable
Generated from LongToIntFunction
Extends java.util.function.LongToIntFunction to allow for a checked exception.
|
LongUnaryOperatorWithThrowable
Generated from LongUnaryOperator
Extends java.util.function.LongUnaryOperator to allow for a checked exception.
|
ObjDoubleConsumerWithThrowable
Generated from ObjDoubleConsumer
Extends java.util.function.ObjDoubleConsumer to allow for a checked exception.
|
ObjIntConsumerWithThrowable
Generated from ObjIntConsumer
Extends java.util.function.ObjIntConsumer to allow for a checked exception.
|
ObjLongConsumerWithThrowable
Generated from ObjLongConsumer
Extends java.util.function.ObjLongConsumer to allow for a checked exception.
|
PredicateWithThrowable
Generated from Predicate
Extends java.util.function.Predicate to allow for a checked exception.
|
RunnableWithThrowable
Generated from Runnable
Extends java.lang.Runnable to allow for a checked exception.
|
SupplierWithThrowable
Generated from Supplier
Extends java.util.function.Supplier to allow for a checked exception.
|
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.
|
ToDoubleBiFunctionWithThrowable
Generated from ToDoubleBiFunction
Extends java.util.function.ToDoubleBiFunction to allow for a checked exception.
|
ToDoubleFunctionWithThrowable
Generated from ToDoubleFunction
Extends java.util.function.ToDoubleFunction to allow for a checked exception.
|
ToIntBiFunctionWithThrowable
Generated from ToIntBiFunction
Extends java.util.function.ToIntBiFunction to allow for a checked exception.
|
ToIntFunctionWithThrowable
Generated from ToIntFunction
Extends java.util.function.ToIntFunction to allow for a checked exception.
|
ToLongBiFunctionWithThrowable
Generated from ToLongBiFunction
Extends java.util.function.ToLongBiFunction to allow for a checked exception.
|
ToLongFunctionWithThrowable
Generated from ToLongFunction
Extends java.util.function.ToLongFunction to allow for a checked exception.
|
UnaryOperatorWithThrowable
Generated from UnaryOperator
Extends java.util.function.UnaryOperator to allow for a checked exception.
|
Copyright © 2017. All rights reserved.