StreamEitherBuilder<E, A> class
final
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>({required E2 left(E), required A2 right(A)})
→ StreamEitherBuilder<E2, A2>
-
-
build()
→ StreamEither<E, A>
-
-
doOnEither({required void left(E), required void right(A)})
→ StreamEitherBuilder<E, A>
-
-
doOnLeft(void procedure(E))
→ StreamEitherBuilder<E, A>
-
-
doOnRight(void procedure(A))
→ StreamEitherBuilder<E, A>
-
-
mapLeft<E2>(E2 left(E))
→ StreamEitherBuilder<E2, A>
-
-
mapRight<A2>(A2 right(A))
→ StreamEitherBuilder<E, A2>
-
-
match<A2>({required A2 left(E), required A2 right(A)})
→ Stream<A2>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited