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