Package | Description |
---|---|
org.apache.tinkerpop.gremlin.util.function |
Modifier and Type | Class and Description |
---|---|
class |
ScriptEngineLambda |
Modifier and Type | Method and Description |
---|---|
default TriConsumer<A,B,C> |
TriConsumer.andThen(TriConsumer<? super A,? super B,? super C> after)
Returns a composed @{link TriConsumer} that performs, in sequence, this operation followed by the
after
operation. |
Modifier and Type | Method and Description |
---|---|
default TriConsumer<A,B,C> |
TriConsumer.andThen(TriConsumer<? super A,? super B,? super C> after)
Returns a composed @{link TriConsumer} that performs, in sequence, this operation followed by the
after
operation. |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.