All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description CheckedExceptionHandler Represents downgrading policy for checked exceptions.CloseableScope Deprecated. UseCloseableScope
from dedicated library instead.ExceptionFilter Represents exception handling policy that always ends with throwing another exception.ExceptionHandler Represents exception handling policy.Exceptions Static methods for creating predefined exception handlers.OptionalBiFunction<T,U,R> Variation ofBiFunction
that returnsOptional
instead of the raw value.OptionalBinaryOperator<T> Variation ofBinaryOperator
that returnsOptional
instead of the raw value.OptionalBiPredicate<T,U> Variation ofBiPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalBoolean A container object which may or may not contain aboolean
value.OptionalBooleanSupplier Variation ofBooleanSupplier
that returnsOptionalBoolean
instead of the raw value.OptionalComparator<T> Variation ofComparator
that returnsOptionalInt
instead of the raw value.OptionalDoubleBinaryOperator Variation ofDoubleBinaryOperator
that returnsOptionalDouble
instead of the raw value.OptionalDoubleFunction<R> Variation ofDoubleFunction
that returnsOptional
instead of the raw value.OptionalDoublePredicate Variation ofDoublePredicate
that returnsOptionalBoolean
instead of the raw value.OptionalDoubleSupplier Variation ofDoubleSupplier
that returnsOptionalDouble
instead of the raw value.OptionalDoubleToIntFunction Variation ofDoubleToIntFunction
that returnsOptionalInt
instead of the raw value.OptionalDoubleToLongFunction Variation ofDoubleToLongFunction
that returnsOptionalLong
instead of the raw value.OptionalDoubleUnaryOperator Variation ofDoubleUnaryOperator
that returnsOptionalDouble
instead of the raw value.OptionalFunction<T,R> OptionalIntBinaryOperator Variation ofIntBinaryOperator
that returnsOptionalInt
instead of the raw value.OptionalIntFunction<R> Variation ofIntFunction
that returnsOptional
instead of the raw value.OptionalIntPredicate Variation ofIntPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalIntSupplier Variation ofIntSupplier
that returnsOptionalInt
instead of the raw value.OptionalIntToDoubleFunction Variation ofIntToDoubleFunction
that returnsOptionalDouble
instead of the raw value.OptionalIntToLongFunction Variation ofIntToLongFunction
that returnsOptionalLong
instead of the raw value.OptionalIntUnaryOperator Variation ofIntUnaryOperator
that returnsOptionalInt
instead of the raw value.OptionalLongBinaryOperator Variation ofLongBinaryOperator
that returnsOptionalLong
instead of the raw value.OptionalLongFunction<R> Variation ofLongFunction
that returnsOptional
instead of the raw value.OptionalLongPredicate Variation ofLongPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalLongSupplier Variation ofLongSupplier
that returnsOptionalLong
instead of the raw value.OptionalLongToDoubleFunction Variation ofLongToDoubleFunction
that returnsOptionalDouble
instead of the raw value.OptionalLongToIntFunction Variation ofLongToIntFunction
that returnsOptionalInt
instead of the raw value.OptionalLongUnaryOperator Variation ofLongUnaryOperator
that returnsOptionalLong
instead of the raw value.OptionalPredicate<T> Variation ofPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalSupplier<T> OptionalToDoubleBiFunction<T,U> Variation ofToDoubleBiFunction
that returnsOptionalDouble
instead of the raw value.OptionalToDoubleFunction<T> Variation ofToDoubleFunction
that returnsOptionalDouble
instead of the raw value.OptionalToIntBiFunction<T,U> Variation ofToIntBiFunction
that returnsOptionalInt
instead of the raw value.OptionalToIntFunction<T> Variation ofToIntFunction
that returnsOptionalInt
instead of the raw value.OptionalToLongBiFunction<T,U> Variation ofToLongBiFunction
that returnsOptionalLong
instead of the raw value.OptionalToLongFunction<T> Variation ofToLongFunction
that returnsOptionalLong
instead of the raw value.OptionalUnaryOperator<T> Variation ofUnaryOperator
that returnsOptional
instead of the raw value.ThrowingBiConsumer<T,U> Variation ofBiConsumer
that allows throwing checked exceptions.ThrowingBiFunction<T,U,R> Variation ofBiFunction
that allows throwing checked exceptions.ThrowingBinaryOperator<T> Variation ofBinaryOperator
that allows throwing checked exceptions.ThrowingBiPredicate<T,U> Variation ofBiPredicate
that allows throwing checked exceptions.ThrowingBooleanSupplier Variation ofBooleanSupplier
that allows throwing checked exceptions.ThrowingComparator<T> Variation ofComparator
that allows throwing checked exceptions.ThrowingConsumer<T> Variation ofConsumer
that allows throwing checked exceptions.ThrowingDoubleBinaryOperator Variation ofDoubleBinaryOperator
that allows throwing checked exceptions.ThrowingDoubleConsumer Variation ofDoubleConsumer
that allows throwing checked exceptions.ThrowingDoubleFunction<R> Variation ofDoubleFunction
that allows throwing checked exceptions.ThrowingDoublePredicate Variation ofDoublePredicate
that allows throwing checked exceptions.ThrowingDoubleSupplier Variation ofDoubleSupplier
that allows throwing checked exceptions.ThrowingDoubleToIntFunction Variation ofDoubleToIntFunction
that allows throwing checked exceptions.ThrowingDoubleToLongFunction Variation ofDoubleToLongFunction
that allows throwing checked exceptions.ThrowingDoubleUnaryOperator Variation ofDoubleUnaryOperator
that allows throwing checked exceptions.ThrowingFunction<T,R> Variation ofFunction
that allows throwing checked exceptions.ThrowingIntBinaryOperator Variation ofIntBinaryOperator
that allows throwing checked exceptions.ThrowingIntConsumer Variation ofIntConsumer
that allows throwing checked exceptions.ThrowingIntFunction<R> Variation ofIntFunction
that allows throwing checked exceptions.ThrowingIntPredicate Variation ofIntPredicate
that allows throwing checked exceptions.ThrowingIntSupplier Variation ofIntSupplier
that allows throwing checked exceptions.ThrowingIntToDoubleFunction Variation ofIntToDoubleFunction
that allows throwing checked exceptions.ThrowingIntToLongFunction Variation ofIntToLongFunction
that allows throwing checked exceptions.ThrowingIntUnaryOperator Variation ofIntUnaryOperator
that allows throwing checked exceptions.ThrowingLongBinaryOperator Variation ofLongBinaryOperator
that allows throwing checked exceptions.ThrowingLongConsumer Variation ofLongConsumer
that allows throwing checked exceptions.ThrowingLongFunction<R> Variation ofLongFunction
that allows throwing checked exceptions.ThrowingLongPredicate Variation ofLongPredicate
that allows throwing checked exceptions.ThrowingLongSupplier Variation ofLongSupplier
that allows throwing checked exceptions.ThrowingLongToDoubleFunction Variation ofLongToDoubleFunction
that allows throwing checked exceptions.ThrowingLongToIntFunction Variation ofLongToIntFunction
that allows throwing checked exceptions.ThrowingLongUnaryOperator Variation ofLongUnaryOperator
that allows throwing checked exceptions.ThrowingObjDoubleConsumer<T> Variation ofObjDoubleConsumer
that allows throwing checked exceptions.ThrowingObjIntConsumer<T> Variation ofObjIntConsumer
that allows throwing checked exceptions.ThrowingObjLongConsumer<T> Variation ofObjLongConsumer
that allows throwing checked exceptions.ThrowingPredicate<T> Variation ofPredicate
that allows throwing checked exceptions.ThrowingRunnable Variation ofRunnable
that allows throwing checked exceptions.ThrowingSupplier<T> Variation ofSupplier
that allows throwing checked exceptions.ThrowingToDoubleBiFunction<T,U> Variation ofToDoubleBiFunction
that allows throwing checked exceptions.ThrowingToDoubleFunction<T> Variation ofToDoubleFunction
that allows throwing checked exceptions.ThrowingToIntBiFunction<T,U> Variation ofToIntBiFunction
that allows throwing checked exceptions.ThrowingToIntFunction<T> Variation ofToIntFunction
that allows throwing checked exceptions.ThrowingToLongBiFunction<T,U> Variation ofToLongBiFunction
that allows throwing checked exceptions.ThrowingToLongFunction<T> Variation ofToLongFunction
that allows throwing checked exceptions.ThrowingUnaryOperator<T> Variation ofUnaryOperator
that allows throwing checked exceptions.WrappedException Deprecated. UseUndeclaredThrowableException
instead.