| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.tinkergraph.services | |
| org.apache.tinkerpop.gremlin.util.function | 
| Modifier and Type | Method and Description | 
|---|---|
| TinkerServiceRegistry.LambdaBarrierService | TinkerServiceRegistry.LambdaServiceFactory. addBarrierLambda(TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda) | 
| TinkerServiceRegistry.LambdaBarrierService | TinkerServiceRegistry.LambdaServiceFactory. addBarrierLambda(TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda,
                int maxChunkSize) | 
| TinkerServiceRegistry.LambdaStreamingService | TinkerServiceRegistry.LambdaServiceFactory. addStreamingLambda(TriFunction<Service.ServiceCallContext,Traverser.Admin<I>,Map,Iterator<R>> lambda) | 
| Constructor and Description | 
|---|
| LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory,
                    TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda) | 
| LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory,
                    TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda,
                    int maxChunkSize) | 
| LambdaStreamingService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory,
                      TriFunction<Service.ServiceCallContext,Traverser.Admin<I>,Map,Iterator<R>> lambda) | 
| Modifier and Type | Method and 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. | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.