Loaded

net.wiringbits.webapp.utils.slinkyUtils.components.core.AsyncComponent$.DataState$.Loaded
case class Loaded[T](data: T) extends DataState[T]

Attributes

Graph
Supertypes
trait DataState[T]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def failed(msg: String): Failed[T]

Attributes

Inherited from:
DataState
def loaded(data: T): Loaded[T]

Attributes

Inherited from:
DataState
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product