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