Class CycleDetectingMapper<T,R>

java.lang.Object
tools.refinery.logic.util.CycleDetectingMapper<T,R>

public class CycleDetectingMapper<T,R> extends Object
  • Constructor Details

  • Method Details

    • map

      public R map(T input)
    • getInProgress

      public List<T> getInProgress()
    • getAlreadyMapped

      public R getAlreadyMapped(T input)