IOMonad class

Inheritance
Implemented types

Constructors

IOMonad()

Properties

hashCode → int
The hash code for this object.
no setterinherited
nothing → Free<IOOp, dynamic>
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

ap<A, B>(Free<IOOp, dynamic> fa, Free<IOOp, dynamic> ff) → Free<IOOp, dynamic>
inherited
attempt<A>(covariant Free<IOOp, A> fa) → Free<IOOp, Either<Object, A>>
override
bind<A, B>(covariant Free<IOOp, A> fa, covariant Function1<A, Free<IOOp, B>> f) → Free<IOOp, B>
override
composeF(Functor G) → Functor<Free<IOOp, dynamic>>
inherited
fail<A>(Object err) → Free<IOOp, A>
override
join(Free<IOOp, dynamic> ffa) → Free<IOOp, dynamic>
inherited
map<A, B>(Free<IOOp, dynamic> fa, B f(A a)) → Free<IOOp, dynamic>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pure<A>(A a) → Free<IOOp, A>
override
strengthL<A, B>(Free<IOOp, dynamic> fa, B b) → Free<IOOp, dynamic>
inherited
strengthR<A, B>(Free<IOOp, dynamic> fa, B b) → Free<IOOp, dynamic>
inherited
toString() → String
A string representation of this object.
inherited

Operators

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