Class Hierarchy
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.github.robtimus.function.throwing.UncheckedException
- java.lang.RuntimeException
- java.lang.Exception
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- com.github.robtimus.function.throwing.ThrowingBiConsumer<T,U,X>
- com.github.robtimus.function.throwing.ThrowingBiFunction<T,U,R,X>
- com.github.robtimus.function.throwing.ThrowingBinaryOperator<T,X>
- com.github.robtimus.function.throwing.ThrowingBiPredicate<T,U,X>
- com.github.robtimus.function.throwing.ThrowingBooleanSupplier<X>
- com.github.robtimus.function.throwing.ThrowingConsumer<T,X>
- com.github.robtimus.function.throwing.ThrowingDoubleBinaryOperator<X>
- com.github.robtimus.function.throwing.ThrowingDoubleConsumer<X>
- com.github.robtimus.function.throwing.ThrowingDoubleFunction<R,X>
- com.github.robtimus.function.throwing.ThrowingDoublePredicate<X>
- com.github.robtimus.function.throwing.ThrowingDoubleSupplier<X>
- com.github.robtimus.function.throwing.ThrowingDoubleToIntFunction<X>
- com.github.robtimus.function.throwing.ThrowingDoubleToLongFunction<X>
- com.github.robtimus.function.throwing.ThrowingDoubleUnaryOperator<X>
- com.github.robtimus.function.throwing.ThrowingFunction<T,R,X>
- com.github.robtimus.function.throwing.ThrowingUnaryOperator<T,X>
- com.github.robtimus.function.throwing.ThrowingIntBinaryOperator<X>
- com.github.robtimus.function.throwing.ThrowingIntConsumer<X>
- com.github.robtimus.function.throwing.ThrowingIntFunction<R,X>
- com.github.robtimus.function.throwing.ThrowingIntPredicate<X>
- com.github.robtimus.function.throwing.ThrowingIntSupplier<X>
- com.github.robtimus.function.throwing.ThrowingIntToDoubleFunction<X>
- com.github.robtimus.function.throwing.ThrowingIntToLongFunction<X>
- com.github.robtimus.function.throwing.ThrowingIntUnaryOperator<X>
- com.github.robtimus.function.throwing.ThrowingLongBinaryOperator<X>
- com.github.robtimus.function.throwing.ThrowingLongConsumer<X>
- com.github.robtimus.function.throwing.ThrowingLongFunction<R,X>
- com.github.robtimus.function.throwing.ThrowingLongPredicate<X>
- com.github.robtimus.function.throwing.ThrowingLongSupplier<X>
- com.github.robtimus.function.throwing.ThrowingLongToDoubleFunction<X>
- com.github.robtimus.function.throwing.ThrowingLongToIntFunction<X>
- com.github.robtimus.function.throwing.ThrowingLongUnaryOperator<X>
- com.github.robtimus.function.throwing.ThrowingObjDoubleConsumer<T,X>
- com.github.robtimus.function.throwing.ThrowingObjIntConsumer<T,X>
- com.github.robtimus.function.throwing.ThrowingObjLongConsumer<T,X>
- com.github.robtimus.function.throwing.ThrowingPredicate<T,X>
- com.github.robtimus.function.throwing.ThrowingRunnable<X>
- com.github.robtimus.function.throwing.ThrowingSupplier<T,X>
- com.github.robtimus.function.throwing.ThrowingToDoubleBiFunction<T,U,X>
- com.github.robtimus.function.throwing.ThrowingToDoubleFunction<T,X>
- com.github.robtimus.function.throwing.ThrowingToIntBiFunction<T,U,X>
- com.github.robtimus.function.throwing.ThrowingToIntFunction<T,X>
- com.github.robtimus.function.throwing.ThrowingToLongBiFunction<T,U,X>
- com.github.robtimus.function.throwing.ThrowingToLongFunction<T,X>