Free2<First, Second> class
Constructors
- Free2()
Properties
-
firstComposer
→ FreeComposer<
Either< First, Second> , First> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secondComposer
→ FreeComposer<
Either< First, Second> , Second> -
final
Methods
-
interpreter<
F> (Monad< F> M, F firstInterpreter(First first), F secondInterpreter(Second second)) → Function1<Free< Either< , F>First, Second> , dynamic> -
liftFirst<
A> (Free< First, A> first) → Free<Either< First, Second> , A> -
liftSecond<
A> (Free< Second, A> second) → Free<Either< First, Second> , A> -
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