TaskEitherBuilder<E, A> class
final
Constructors
-
TaskEitherBuilder(TaskEither<
E, A> _f) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bimap<
E2, A2> (E2 left(E), A2 right(A)) → TaskEitherBuilder< E2, A2> -
build(
) → TaskEither< E, A> -
map<
A2> (A2 right(A)) → TaskEitherBuilder< E, A2> -
mapLeft<
E2> (E2 left(E)) → TaskEitherBuilder< E2, A> -
match<
A2> ({required A2 left(E), required A2 right(A)}) → TaskBuilder< A2> -
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