Free3<First, Second, Third> class

Constructors

Free3()

Properties

firstComposer FreeComposer<Either<Either<First, Second>, Third>, 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<Either<First, Second>, Third>, Second>
final
thirdComposer FreeComposer<Either<Either<First, Second>, Third>, Third>
final

Methods

interpreter<F>(Monad<F> M, dynamic firstInterpreter(First op), dynamic secondInterpreter(Second op), dynamic thirdInterpreter(Third op)) Function1<Free<Either<Either<First, Second>, Third>, dynamic>, F>
liftFirst<A>(Free<First, A> first) Free<Either<Either<First, Second>, Third>, A>
liftSecond<A>(Free<Second, A> second) Free<Either<Either<First, Second>, Third>, A>
liftThird<A>(Free<Third, A> third) Free<Either<Either<First, Second>, Third>, 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