Class CurrentStates

java.lang.Object
csw.params.core.states.CurrentStates
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

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

param: states one or more CurrentStates

See Also:
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    A Java helper that returns the list of CurrentState objects
    scala.collection.immutable.Seq<CurrentState>
     
    static String
     

    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 Details

    • CurrentStates

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

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • states

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

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