Class CollectionConcat<T>
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<Collection<T>>
-
- uk.gov.gchq.koryphe.impl.binaryoperator.CollectionConcat<T>
-
- All Implemented Interfaces:
BiFunction<Collection<T>,Collection<T>,Collection<T>>
,BinaryOperator<Collection<T>>
public class CollectionConcat<T> extends KorypheBinaryOperator<Collection<T>>
-
-
Constructor Summary
Constructors Constructor Description CollectionConcat()
-