All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description CheckedExceptionHandler Represents downgrading policy for checked exceptions.CloseableScope Deprecated. UseCloseableScopefrom 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 ofBiFunctionthat returnsOptionalinstead of the raw value.OptionalBinaryOperator<T> Variation ofBinaryOperatorthat returnsOptionalinstead of the raw value.OptionalBiPredicate<T,U> Variation ofBiPredicatethat returnsOptionalBooleaninstead of the raw value.OptionalBoolean A container object which may or may not contain abooleanvalue.OptionalBooleanSupplier Variation ofBooleanSupplierthat returnsOptionalBooleaninstead of the raw value.OptionalComparator<T> Variation ofComparatorthat returnsOptionalIntinstead of the raw value.OptionalDoubleBinaryOperator Variation ofDoubleBinaryOperatorthat returnsOptionalDoubleinstead of the raw value.OptionalDoubleFunction<R> Variation ofDoubleFunctionthat returnsOptionalinstead of the raw value.OptionalDoublePredicate Variation ofDoublePredicatethat returnsOptionalBooleaninstead of the raw value.OptionalDoubleSupplier Variation ofDoubleSupplierthat returnsOptionalDoubleinstead of the raw value.OptionalDoubleToIntFunction Variation ofDoubleToIntFunctionthat returnsOptionalIntinstead of the raw value.OptionalDoubleToLongFunction Variation ofDoubleToLongFunctionthat returnsOptionalLonginstead of the raw value.OptionalDoubleUnaryOperator Variation ofDoubleUnaryOperatorthat returnsOptionalDoubleinstead of the raw value.OptionalFunction<T,R> OptionalIntBinaryOperator Variation ofIntBinaryOperatorthat returnsOptionalIntinstead of the raw value.OptionalIntFunction<R> Variation ofIntFunctionthat returnsOptionalinstead of the raw value.OptionalIntPredicate Variation ofIntPredicatethat returnsOptionalBooleaninstead of the raw value.OptionalIntSupplier Variation ofIntSupplierthat returnsOptionalIntinstead of the raw value.OptionalIntToDoubleFunction Variation ofIntToDoubleFunctionthat returnsOptionalDoubleinstead of the raw value.OptionalIntToLongFunction Variation ofIntToLongFunctionthat returnsOptionalLonginstead of the raw value.OptionalIntUnaryOperator Variation ofIntUnaryOperatorthat returnsOptionalIntinstead of the raw value.OptionalLongBinaryOperator Variation ofLongBinaryOperatorthat returnsOptionalLonginstead of the raw value.OptionalLongFunction<R> Variation ofLongFunctionthat returnsOptionalinstead of the raw value.OptionalLongPredicate Variation ofLongPredicatethat returnsOptionalBooleaninstead of the raw value.OptionalLongSupplier Variation ofLongSupplierthat returnsOptionalLonginstead of the raw value.OptionalLongToDoubleFunction Variation ofLongToDoubleFunctionthat returnsOptionalDoubleinstead of the raw value.OptionalLongToIntFunction Variation ofLongToIntFunctionthat returnsOptionalIntinstead of the raw value.OptionalLongUnaryOperator Variation ofLongUnaryOperatorthat returnsOptionalLonginstead of the raw value.OptionalPredicate<T> Variation ofPredicatethat returnsOptionalBooleaninstead of the raw value.OptionalSupplier<T> OptionalToDoubleBiFunction<T,U> Variation ofToDoubleBiFunctionthat returnsOptionalDoubleinstead of the raw value.OptionalToDoubleFunction<T> Variation ofToDoubleFunctionthat returnsOptionalDoubleinstead of the raw value.OptionalToIntBiFunction<T,U> Variation ofToIntBiFunctionthat returnsOptionalIntinstead of the raw value.OptionalToIntFunction<T> Variation ofToIntFunctionthat returnsOptionalIntinstead of the raw value.OptionalToLongBiFunction<T,U> Variation ofToLongBiFunctionthat returnsOptionalLonginstead of the raw value.OptionalToLongFunction<T> Variation ofToLongFunctionthat returnsOptionalLonginstead of the raw value.OptionalUnaryOperator<T> Variation ofUnaryOperatorthat returnsOptionalinstead of the raw value.ThrowingBiConsumer<T,U> Variation ofBiConsumerthat allows throwing checked exceptions.ThrowingBiFunction<T,U,R> Variation ofBiFunctionthat allows throwing checked exceptions.ThrowingBinaryOperator<T> Variation ofBinaryOperatorthat allows throwing checked exceptions.ThrowingBiPredicate<T,U> Variation ofBiPredicatethat allows throwing checked exceptions.ThrowingBooleanSupplier Variation ofBooleanSupplierthat allows throwing checked exceptions.ThrowingComparator<T> Variation ofComparatorthat allows throwing checked exceptions.ThrowingConsumer<T> Variation ofConsumerthat allows throwing checked exceptions.ThrowingDoubleBinaryOperator Variation ofDoubleBinaryOperatorthat allows throwing checked exceptions.ThrowingDoubleConsumer Variation ofDoubleConsumerthat allows throwing checked exceptions.ThrowingDoubleFunction<R> Variation ofDoubleFunctionthat allows throwing checked exceptions.ThrowingDoublePredicate Variation ofDoublePredicatethat allows throwing checked exceptions.ThrowingDoubleSupplier Variation ofDoubleSupplierthat allows throwing checked exceptions.ThrowingDoubleToIntFunction Variation ofDoubleToIntFunctionthat allows throwing checked exceptions.ThrowingDoubleToLongFunction Variation ofDoubleToLongFunctionthat allows throwing checked exceptions.ThrowingDoubleUnaryOperator Variation ofDoubleUnaryOperatorthat allows throwing checked exceptions.ThrowingFunction<T,R> Variation ofFunctionthat allows throwing checked exceptions.ThrowingIntBinaryOperator Variation ofIntBinaryOperatorthat allows throwing checked exceptions.ThrowingIntConsumer Variation ofIntConsumerthat allows throwing checked exceptions.ThrowingIntFunction<R> Variation ofIntFunctionthat allows throwing checked exceptions.ThrowingIntPredicate Variation ofIntPredicatethat allows throwing checked exceptions.ThrowingIntSupplier Variation ofIntSupplierthat allows throwing checked exceptions.ThrowingIntToDoubleFunction Variation ofIntToDoubleFunctionthat allows throwing checked exceptions.ThrowingIntToLongFunction Variation ofIntToLongFunctionthat allows throwing checked exceptions.ThrowingIntUnaryOperator Variation ofIntUnaryOperatorthat allows throwing checked exceptions.ThrowingLongBinaryOperator Variation ofLongBinaryOperatorthat allows throwing checked exceptions.ThrowingLongConsumer Variation ofLongConsumerthat allows throwing checked exceptions.ThrowingLongFunction<R> Variation ofLongFunctionthat allows throwing checked exceptions.ThrowingLongPredicate Variation ofLongPredicatethat allows throwing checked exceptions.ThrowingLongSupplier Variation ofLongSupplierthat allows throwing checked exceptions.ThrowingLongToDoubleFunction Variation ofLongToDoubleFunctionthat allows throwing checked exceptions.ThrowingLongToIntFunction Variation ofLongToIntFunctionthat allows throwing checked exceptions.ThrowingLongUnaryOperator Variation ofLongUnaryOperatorthat allows throwing checked exceptions.ThrowingObjDoubleConsumer<T> Variation ofObjDoubleConsumerthat allows throwing checked exceptions.ThrowingObjIntConsumer<T> Variation ofObjIntConsumerthat allows throwing checked exceptions.ThrowingObjLongConsumer<T> Variation ofObjLongConsumerthat allows throwing checked exceptions.ThrowingPredicate<T> Variation ofPredicatethat allows throwing checked exceptions.ThrowingRunnable Variation ofRunnablethat allows throwing checked exceptions.ThrowingSupplier<T> Variation ofSupplierthat allows throwing checked exceptions.ThrowingToDoubleBiFunction<T,U> Variation ofToDoubleBiFunctionthat allows throwing checked exceptions.ThrowingToDoubleFunction<T> Variation ofToDoubleFunctionthat allows throwing checked exceptions.ThrowingToIntBiFunction<T,U> Variation ofToIntBiFunctionthat allows throwing checked exceptions.ThrowingToIntFunction<T> Variation ofToIntFunctionthat allows throwing checked exceptions.ThrowingToLongBiFunction<T,U> Variation ofToLongBiFunctionthat allows throwing checked exceptions.ThrowingToLongFunction<T> Variation ofToLongFunctionthat allows throwing checked exceptions.ThrowingUnaryOperator<T> Variation ofUnaryOperatorthat allows throwing checked exceptions.WrappedException Deprecated. UseUndeclaredThrowableExceptioninstead.