ReaderTaskBuilder<ENV, 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
-
bracket<B>({required ReaderTask<ENV, void> release(A), required ReaderTask<ENV, B> use(A)})
→ ReaderTaskBuilder<ENV, B>
-
-
build()
→ ReaderTask<ENV, A>
-
-
flatMap<B>(ReaderTask<ENV, B> f(A))
→ ReaderTaskBuilder<ENV, B>
-
-
flatMapTask<B>(Task<B> f(A))
→ ReaderTaskBuilder<ENV, B>
-
-
local<ENV2>(ENV f(ENV2))
→ ReaderTaskBuilder<ENV2, A>
-
-
map<B>(B f(A))
→ ReaderTaskBuilder<ENV, B>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toReader()
→ ReaderBuilder<ENV, Task<A>>
-
-
toReaderStream()
→ ReaderStreamBuilder<ENV, A>
-
-
toString()
→ String
-
A string representation of this object.
inherited