Class CollectionMapperTask<VIn,​KOut,​VOut>

  • Type Parameters:
    VIn - input value type
    KOut - output key type
    VOut - output value type
    All Implemented Interfaces:
    Serializable, Runnable

    public class CollectionMapperTask<VIn,​KOut,​VOut>
    extends BaseMapperTask<KOut,​VOut>
    Author:
    Nikita Koksharov
    See Also:
    Serialized Form
    • Constructor Detail

      • CollectionMapperTask

        public CollectionMapperTask()
    • Method Detail

      • run

        public void run()