Package org.apache.tinkerpop.gremlin.util.function
package org.apache.tinkerpop.gremlin.util.function
-
ClassDescriptionChainedComparator<S,
C extends Comparable> Deprecated.As of release 3.6.0, not replaced.HashMapSupplier<K,V> Provides a way to serialize string lambdas as scripts which can be evaluated by aGremlinScriptEngine.Lambda.OneArgLambda<A,B> Lambda.TwoArgLambda<A,B, C> ThrowingBiConsumer<A,B> ThrowingBiFunction<T,U, R> ThrowingFunction<T,R> TraversableLambda<S,E> TreeSupplier<A>TriConsumer<A,B, C> Represents an operation that accepts two input arguments and returns no result.TriFunction<A,B, C, R>