Class IterableGenerator<T>

java.lang.Object
com.lumiomedical.etl.generator.IterableGenerator<T>
All Implemented Interfaces:
com.lumiomedical.flow.actor.generator.Generator<T>

public class IterableGenerator<T>
extends Object
implements com.lumiomedical.flow.actor.generator.Generator<T>
Author:
Pierre Lecerf ([email protected]) Created on 2020/12/02
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface com.lumiomedical.flow.actor.generator.Generator<T>
    • generate

      public T generate()
      Specified by:
      generate in interface com.lumiomedical.flow.actor.generator.Generator<T>