- ThrowingConsumer<T> - Interface in net.lenni0451.commons.unchecked.function
-
A consumer that can throw checked exceptions.
- ThrowingFunction<T,R> - Interface in net.lenni0451.commons.unchecked.function
-
A function that can throw checked exceptions.
- ThrowingRunnable - Interface in net.lenni0451.commons.unchecked.function
-
A runnable that can throw checked exceptions.
- ThrowingSupplier<T> - Interface in net.lenni0451.commons.unchecked.function
-
A supplier that can throw checked exceptions.
- toConsumer(ThrowingConsumer<T>) - Static method in interface net.lenni0451.commons.unchecked.function.ThrowingConsumer
-
Convert a ThrowingConsumer to a standard Consumer.
- toConsumer() - Method in interface net.lenni0451.commons.unchecked.function.ThrowingConsumer
-
Convert this ThrowingConsumer to a standard Consumer.
- toFunction(ThrowingFunction<T, R>) - Static method in interface net.lenni0451.commons.unchecked.function.ThrowingFunction
-
Convert a ThrowingFunction to a standard Function.
- toFunction() - Method in interface net.lenni0451.commons.unchecked.function.ThrowingFunction
-
Convert this ThrowingFunction to a standard Function.
- toRunnable(ThrowingRunnable) - Static method in interface net.lenni0451.commons.unchecked.function.ThrowingRunnable
-
Convert a ThrowingRunnable to a standard Runnable.
- toRunnable() - Method in interface net.lenni0451.commons.unchecked.function.ThrowingRunnable
-
Convert this ThrowingRunnable to a standard Runnable.
- toSupplier(ThrowingSupplier<T>) - Static method in interface net.lenni0451.commons.unchecked.function.ThrowingSupplier
-
Convert a ThrowingSupplier to a standard Supplier.
- toSupplier() - Method in interface net.lenni0451.commons.unchecked.function.ThrowingSupplier
-
Convert this ThrowingSupplier to a standard Supplier.
- tryAccept(T) - Method in interface net.lenni0451.commons.unchecked.function.ThrowingConsumer
-
Accept the input and sneakily throw any exceptions.
- tryApply(T) - Method in interface net.lenni0451.commons.unchecked.function.ThrowingFunction
-
Apply the function to the input and sneakily throw any exceptions.
- tryGet(ThrowingSupplier<T>) - Static method in interface net.lenni0451.commons.unchecked.function.ThrowingSupplier
-
Get the value from the supplier and sneakily throw any exceptions.
- tryGet() - Method in interface net.lenni0451.commons.unchecked.function.ThrowingSupplier
-
Get the value from the supplier and sneakily throw any exceptions.
- tryRun(ThrowingRunnable) - Static method in interface net.lenni0451.commons.unchecked.function.ThrowingRunnable
-
Run the runnable and sneakily throw any exceptions.
- tryRun() - Method in interface net.lenni0451.commons.unchecked.function.ThrowingRunnable
-
Run the runnable and sneakily throw any exceptions.