Output

izumi.idealingua.model.il.ast.raw.defns.RawMethod.Output
See theOutput companion trait
object Output

Attributes

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

Members list

Type members

Classlikes

final case class Algebraic(alternatives: List[Member]) extends NonAlternativeOutput

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Output
class Object
trait Matchable
class Any
Show all
final case class Alternative(success: NonAlternativeOutput, failure: NonAlternativeOutput) extends Output

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Output
class Object
trait Matchable
class Any
Show all
sealed trait NonAlternativeOutput extends Output

Attributes

Supertypes
trait Output
class Object
trait Matchable
class Any
Known subtypes
class Algebraic
class Singular
class Struct
class Void
final case class Singular(typeId: AbstractIndefiniteId) extends NonAlternativeOutput

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Output
class Object
trait Matchable
class Any
Show all
final case class Struct(input: RawSimpleStructure) extends NonAlternativeOutput

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Output
class Object
trait Matchable
class Any
Show all
final case class Void() extends NonAlternativeOutput

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Output
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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