Uses of Interface
de.arstwo.twotil.functional.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in de.arstwo.twotil
Methods in de.arstwo.twotil with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic <T, E extends Throwable>
TUtil.getOrDefaultExceptional(T optionalValue, ThrowingSupplier<T, E> generator) Functional convenience function to return the given value, or a default value if it is null.