IOSseChannel class
- Inheritance
-
- Object
- StreamChannelMixin
- IOSseChannel
- Implemented types
-
Methods
-
cast<S>()
→ StreamChannel<S>
-
Returns a copy of this with the generic type coerced to
S.
inherited
-
changeSink(StreamSink change(StreamSink))
→ StreamChannel
-
Returns a copy of this with sink replaced by
change's return
value.
inherited
-
changeStream(Stream change(Stream))
→ StreamChannel
-
Returns a copy of this with stream replaced by
change's return
value.
inherited
-
close()
→ void
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pipe(StreamChannel other)
→ void
-
Connects this to
other, so that any values emitted by either are sent
directly to the other.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
transform<S>(StreamChannelTransformer<S, dynamic> transformer)
→ StreamChannel<S>
-
Transforms this using
transformer.
inherited
-
transformSink(StreamSinkTransformer transformer)
→ StreamChannel
-
Transforms only the sink component of this using
transformer.
inherited
-
transformStream(StreamTransformer transformer)
→ StreamChannel
-
Transforms only the stream component of this using
transformer.
inherited