public class CollectionIntersect<T> extends KorypheBinaryOperator<Collection<T>>
CollectionIntersect
is a KorypheBinaryOperator
that
intersects 2 collections. It calls Collection.retainAll(Collection)
.Constructor and Description |
---|
CollectionIntersect() |
apply, equals, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
maxBy, minBy
andThen
Copyright © 2021. All rights reserved.