E
- The type of elements in the collection operated upon.public interface CollectionOperator<E> extends Function<CollectionService<E>,E>
An operator upon multiple elements of a collection yielding a result of that collection type.
Operators
Copyright © 2005-2013 Javolution. All Rights Reserved.