Startup

indigo.shared.Startup
See theStartup companion trait
object Startup

Attributes

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

Members list

Type members

Classlikes

final case class Failure(errors: Batch[String]) extends Startup[Nothing]

Attributes

Companion
object
Supertypes
trait Startup[Nothing]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Failure

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Failure.type
final case class Success[SuccessType](success: SuccessType, animations: Set[Animation], fonts: Set[FontInfo], shaders: Set[Shader]) extends Startup[SuccessType]

Attributes

Companion
object
Supertypes
trait Startup[SuccessType]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Success

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Success.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

Givens

Givens

given derived$CanEqual[SuccessType_$_L, SuccessType_$_R](implicit x$0: CanEqual[SuccessType_$_L, SuccessType_$_R]): CanEqual[Startup[SuccessType_$_L], Startup[SuccessType_$_R]]