Class ConcatenateMergeFunction
- java.lang.Object
-
- uk.gov.gchq.gaffer.federatedstore.util.ConcatenateMergeFunction
-
-
Constructor Summary
Constructors Constructor Description ConcatenateMergeFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Object>
apply(Object update, Iterable<Object> state)
Concatenates the result from a graph with the previous results Iterable.boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-