See: Description
Interface | Description |
---|---|
ThrowingBiConsumer<T,U> |
Variation of BiConsumer that allows throwing checked exceptions.
|
ThrowingBiFunction<T,U,R> |
Variation of BiFunction that allows throwing checked exceptions.
|
ThrowingBinaryOperator<T> |
Variation of BinaryOperator that allows throwing checked exceptions.
|
ThrowingBiPredicate<T,U> |
Variation of BiPredicate that allows throwing checked exceptions.
|
ThrowingBooleanSupplier |
Variation of BooleanSupplier that allows throwing checked exceptions.
|
ThrowingComparator<T> |
Variation of Comparator that allows throwing checked exceptions.
|
ThrowingConsumer<T> |
Variation of Consumer that allows throwing checked exceptions.
|
ThrowingDoubleBinaryOperator |
Variation of DoubleBinaryOperator that allows throwing checked exceptions.
|
ThrowingDoubleConsumer |
Variation of DoubleConsumer that allows throwing checked exceptions.
|
ThrowingDoubleFunction<R> |
Variation of DoubleFunction that allows throwing checked exceptions.
|
ThrowingDoublePredicate |
Variation of DoublePredicate that allows throwing checked exceptions.
|
ThrowingDoubleSupplier |
Variation of DoubleSupplier that allows throwing checked exceptions.
|
ThrowingDoubleToIntFunction |
Variation of DoubleToIntFunction that allows throwing checked exceptions.
|
ThrowingDoubleToLongFunction |
Variation of DoubleToLongFunction that allows throwing checked exceptions.
|
ThrowingDoubleUnaryOperator |
Variation of DoubleUnaryOperator that allows throwing checked exceptions.
|
ThrowingFunction<T,R> |
Variation of Function that allows throwing checked exceptions.
|
ThrowingIntBinaryOperator |
Variation of IntBinaryOperator that allows throwing checked exceptions.
|
ThrowingIntConsumer |
Variation of IntConsumer that allows throwing checked exceptions.
|
ThrowingIntFunction<R> |
Variation of IntFunction that allows throwing checked exceptions.
|
ThrowingIntPredicate |
Variation of IntPredicate that allows throwing checked exceptions.
|
ThrowingIntSupplier |
Variation of IntSupplier that allows throwing checked exceptions.
|
ThrowingIntToDoubleFunction |
Variation of IntToDoubleFunction that allows throwing checked exceptions.
|
ThrowingIntToLongFunction |
Variation of IntToLongFunction that allows throwing checked exceptions.
|
ThrowingIntUnaryOperator |
Variation of IntUnaryOperator that allows throwing checked exceptions.
|
ThrowingLongBinaryOperator |
Variation of LongBinaryOperator that allows throwing checked exceptions.
|
ThrowingLongConsumer |
Variation of LongConsumer that allows throwing checked exceptions.
|
ThrowingLongFunction<R> |
Variation of LongFunction that allows throwing checked exceptions.
|
ThrowingLongPredicate |
Variation of LongPredicate that allows throwing checked exceptions.
|
ThrowingLongSupplier |
Variation of LongSupplier that allows throwing checked exceptions.
|
ThrowingLongToDoubleFunction |
Variation of LongToDoubleFunction that allows throwing checked exceptions.
|
ThrowingLongToIntFunction |
Variation of LongToIntFunction that allows throwing checked exceptions.
|
ThrowingLongUnaryOperator |
Variation of LongUnaryOperator that allows throwing checked exceptions.
|
ThrowingObjDoubleConsumer<T> |
Variation of ObjDoubleConsumer that allows throwing checked exceptions.
|
ThrowingObjIntConsumer<T> |
Variation of ObjIntConsumer that allows throwing checked exceptions.
|
ThrowingObjLongConsumer<T> |
Variation of ObjLongConsumer that allows throwing checked exceptions.
|
ThrowingPredicate<T> |
Variation of Predicate that allows throwing checked exceptions.
|
ThrowingRunnable |
Variation of Runnable that allows throwing checked exceptions.
|
ThrowingSupplier<T> |
Variation of Supplier that allows throwing checked exceptions.
|
ThrowingToDoubleBiFunction<T,U> |
Variation of ToDoubleBiFunction that allows throwing checked exceptions.
|
ThrowingToDoubleFunction<T> |
Variation of ToDoubleFunction that allows throwing checked exceptions.
|
ThrowingToIntBiFunction<T,U> |
Variation of ToIntBiFunction that allows throwing checked exceptions.
|
ThrowingToIntFunction<T> |
Variation of ToIntFunction that allows throwing checked exceptions.
|
ThrowingToLongBiFunction<T,U> |
Variation of ToLongBiFunction that allows throwing checked exceptions.
|
ThrowingToLongFunction<T> |
Variation of ToLongFunction that allows throwing checked exceptions.
|
ThrowingUnaryOperator<T> |
Variation of UnaryOperator that allows throwing checked exceptions.
|
CheckedExceptionHandler
. See NoException tutorial.
Copyright © 2017–2020 Robert Važan. All rights reserved.