public interface MessageCombiner<M>
VertexProgram.| Modifier and Type | Method and Description |
|---|---|
M |
combine(M messageA,
M messageB)
Combine two messages and return a message containing the combination.
|
M combine(M messageA, M messageB)
messageA - the first messagemessageB - the second messageCopyright © 2013-2015 TinkerPop. All Rights Reserved.