Uses of Interface
org.apache.tinkerpop.gremlin.util.function.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description org.apache.tinkerpop.gremlin.util.function -
-
Uses of ThrowingSupplier in org.apache.tinkerpop.gremlin.util.function
Methods in org.apache.tinkerpop.gremlin.util.function with parameters of type ThrowingSupplier Modifier and Type Method Description static <T> Supplier<T>
FunctionUtils. wrapSupplier(ThrowingSupplier<T> supplierThatThrows)
-