Success

final case
class Success[SuccessType](success: SuccessType, animations: Set[Animation], fonts: Set[FontInfo], shaders: Set[Shader]) extends Startup[SuccessType]
Companion
object
trait Startup[SuccessType]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addAnimations(value: Animation*): Success[SuccessType]
def addAnimations(value: List[Animation]): Success[SuccessType]
def addFonts(value: FontInfo*): Success[SuccessType]
def addFonts(value: List[FontInfo]): Success[SuccessType]
def addShaders(value: Shader*): Success[SuccessType]
def addShaders(value: List[Shader]): Success[SuccessType]

Inherited methods

Inherited from
Startup
Inherited from
Startup
Inherited from
Startup
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product