Uses of Interface
org.wildfly.clustering.function.RuntimeExceptionSupplier
Packages that use RuntimeExceptionSupplier
-
Uses of RuntimeExceptionSupplier in org.wildfly.clustering.function
Methods in org.wildfly.clustering.function that return RuntimeExceptionSupplierModifier and TypeMethodDescriptionstatic <E extends RuntimeException>
RuntimeExceptionSupplier<E> RuntimeExceptionSupplier.of(E exception) Returns a supplier that always returns the specified exception.