Free3<First, Second, Third> class
Constructors
- Free3()
Properties
-
firstComposer
→ FreeComposer<
Either< Either< , First>First, Second> , Third> -
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< Either< , Second>First, Second> , Third> -
final
-
thirdComposer
→ FreeComposer<
Either< Either< , Third>First, Second> , Third> -
final
Methods
-
interpreter<
F> (Monad< F> M, dynamic firstInterpreter(First op), dynamic secondInterpreter(Second op), dynamic thirdInterpreter(Third op)) → Function1<Free< Either< , F>Either< , dynamic>First, Second> , Third> -
liftFirst<
A> (Free< First, A> first) → Free<Either< Either< , A>First, Second> , Third> -
liftSecond<
A> (Free< Second, A> second) → Free<Either< Either< , A>First, Second> , Third> -
liftThird<
A> (Free< Third, A> third) → Free<Either< Either< , A>First, Second> , Third> -
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