LazyState

kreuzberg.extras.LazyLoader$.LazyState$
See theLazyState companion trait
object LazyState

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LazyState.type

Members list

Type members

Classlikes

case class Failed(error: Throwable) extends LazyState[Nothing]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LazyState[Nothing]
class Object
trait Matchable
class Any
Show all
object Init extends LazyState[Nothing]

Attributes

Supertypes
trait LazyState[Nothing]
class Object
trait Matchable
class Any
Self type
Init.type
case class Ok[T](data: T) extends LazyState[T]

Data available

Data available

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait LazyState[T]
class Object
trait Matchable
class Any
Show all
object WaitResponse extends LazyState[Nothing]

Waiting for Response

Waiting for Response

Attributes

Supertypes
trait LazyState[Nothing]
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror