Alt

case
class Alt[F[_], S, A](label: String, instance: F[A], inject: A => S)

Represents a member of coproduct type (sealed trait)

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(value: A): WithValue[F, S, A]

Inherited methods

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