PanelState

eu.joaocosta.interim.PanelState
See thePanelState companion object
final case class PanelState[T](isOpen: Boolean, value: T)

State of a panel that can either be open or closed. Can also carry a value.

Attributes

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

Members list

Value members

Concrete methods

def close: PanelState[T]
def open: PanelState[T]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product