Class IterableOperationRepository<V>

  • Type Parameters:
    V - the type of the elements of the field on which the operations are based.

    public class IterableOperationRepository<V>
    extends java.lang.Object
    Contains instances of operations on iterables, based on a field. The main purpose is to be able to re-use the instances of the operations, in order to avoid to have to re-create them all the time.