Class IdentityCollection<T,​U extends T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    OpCollection

    public class IdentityCollection<T,​U extends T>
    extends Object
    implements OpCollection
    An OpCollection containing engine.identity Ops.
    Author:
    Gabriel Selzer
    • Field Detail

      • identity

        public final Function<U extends T,​T> identity
        Output parameters:
        the this is just a reference to the input object). - sion, this is just a reference to the input object).
        Input parameters:
        t - the object to be converted
      • inplace

        public final Inplaces.Arity1<T> inplace
        Mutable parameters:
        t - the object to be "mutated"
    • Constructor Detail

      • IdentityCollection

        public IdentityCollection()