Class WayangListValue

java.lang.Object
org.apache.flink.types.ListValue<WayangValue>
org.apache.wayang.flink.compiler.criterion.WayangListValue
All Implemented Interfaces:
Serializable, Iterable<WayangValue>, Collection<WayangValue>, List<WayangValue>, org.apache.flink.core.io.IOReadableWritable, org.apache.flink.types.Value

public class WayangListValue extends org.apache.flink.types.ListValue<WayangValue>
Is a Wrapper for used in the criterion of the Loops
See Also:
  • Constructor Details

    • WayangListValue

      public WayangListValue(Collection collection)
    • WayangListValue

      public WayangListValue()