CurrentStates

csw.params.core.states.CurrentStates
final case class CurrentStates(states: Seq[CurrentState])

Combines multiple CurrentState objects together

Value parameters

states

one or more CurrentStates

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def jStates: List[CurrentState]

A Java helper that returns the list of CurrentState objects

A Java helper that returns the list of CurrentState objects

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product