Class FunctionUtils
java.lang.Object
org.apache.tinkerpop.gremlin.util.function.FunctionUtils
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,U> BiConsumer<T, U> wrapBiConsumer(ThrowingBiConsumer<T, U> consumerThatThrows) static <T> Consumer<T>wrapConsumer(ThrowingConsumer<T> consumerThatThrows) static <T,U> Function<T, U> wrapFunction(ThrowingFunction<T, U> functionThatThrows) static <T> Supplier<T>wrapSupplier(ThrowingSupplier<T> supplierThatThrows)
-
Method Details
-
wrapFunction
-
wrapConsumer
-
wrapBiConsumer
-
wrapSupplier
-