Class CurrentStates

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public final class CurrentStates
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    Combines multiple CurrentState objects together

    param: states one or more CurrentStates

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CurrentStates​(scala.collection.immutable.Seq<CurrentState> states)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract static R apply​(T1 v1)  
      java.util.List<CurrentState> jStates()
      A Java helper that returns the list of CurrentState objects
      scala.collection.immutable.Seq<CurrentState> states()  
      static java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • CurrentStates

        public CurrentStates​(scala.collection.immutable.Seq<CurrentState> states)
    • Method Detail

      • apply

        public abstract static R apply​(T1 v1)
      • toString

        public static java.lang.String toString()
      • states

        public scala.collection.immutable.Seq<CurrentState> states()
      • jStates

        public java.util.List<CurrentState> jStates()
        A Java helper that returns the list of CurrentState objects
        Returns:
        (undocumented)