StreamEncoder
object StreamEncoder
- Companion
- class
class Object
trait Matchable
class Any
Value members
Methods
Creates a stream encoder which encodes a single value, then halts.
Unlike
Unlike
once
, if an encoding failure occurs, the resulting stream is not terminated.Creates a stream encoder which encodes all input values, then halts.
Unlike
Unlike
many
, if an encoding failure occurs, the resulting stream is not terminated.