Union0<First> class abstract

Union1 represents a union containing an element of 1 possible type

@param

Implementers

Constructors

Union0()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

continued(dynamic continuationFirst(First)) → void
Executes one of the continuations depending on the element type
join<R>(R mapFirst(First)) → R
Transforms the element in the union to a new Type
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited