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<First, Second>, dynamic>, F>
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