Class ListCollecting.ListProcessor

java.lang.Object
nz.org.riskscape.engine.rl.agg.ListCollecting.ListProcessor
Enclosing class:
ListCollecting

public static class ListCollecting.ListProcessor extends Object
  • Constructor Details

    • ListProcessor

      public ListProcessor(nz.org.riskscape.engine.types.Type resultType, Function<List<Object>,Object> processFunction)
    • ListProcessor

      public ListProcessor(nz.org.riskscape.engine.types.Type resultType, Function<List<Object>,Object> processFunction, Object identity)
  • Method Details

    • getResultType

      public nz.org.riskscape.engine.types.Type getResultType()
    • getProcessFunction

      public Function<List<Object>,Object> getProcessFunction()
    • getIdentity

      public Object getIdentity()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object