Uses of Interface
org.apache.tinkerpop.gremlin.util.function.TriFunction
-
Packages that use TriFunction Package Description org.apache.tinkerpop.gremlin.util.function -
-
Uses of TriFunction in org.apache.tinkerpop.gremlin.util.function
Methods in org.apache.tinkerpop.gremlin.util.function that return TriFunction Modifier and Type Method Description default <V> TriFunction<A,B,C,V>
TriFunction. andThen(Function<? super R,? extends V> after)
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
-