Class NoOpConverter<SEED>

  • Type Parameters:
    SEED - Seed type.
    All Implemented Interfaces:
    SeedConverter<SEED,​SEED>

    public class NoOpConverter<SEED>
    extends Object
    implements SeedConverter<SEED,​SEED>
    Dummy converter that simply passes on its input. It can be useful to avoid "unchecked" compiler warnings.
    Since:
    1.0