StreamEncoder

fs2.interop.scodec.StreamEncoder$
See theStreamEncoder companion class
object StreamEncoder

Attributes

Companion
class
Source
StreamEncoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Creates a stream encoder that emits the given BitVector, then halts.

Creates a stream encoder that emits the given BitVector, then halts.

Attributes

Source
StreamEncoder.scala

Creates a stream encoder that consumes no values and emits no bits.

Creates a stream encoder that consumes no values and emits no bits.

Attributes

Source
StreamEncoder.scala

Creates a stream encoder that encodes all input values using the supplied encoder.

Creates a stream encoder that encodes all input values using the supplied encoder.

Attributes

Source
StreamEncoder.scala

Creates a stream encoder that encodes a single value of input using the supplied encoder.

Creates a stream encoder that encodes a single value of input using the supplied encoder.

Attributes

Source
StreamEncoder.scala

The encoder that consumes no input and halts with the given error.

The encoder that consumes no input and halts with the given error.

Attributes

Source
StreamEncoder.scala

The encoder that consumes no input and halts with the given error message.

The encoder that consumes no input and halts with the given error message.

Attributes

Source
StreamEncoder.scala

Creates a stream encoder which encodes all input values, then halts. Unlike many, if an encoding failure occurs, the resulting stream is not terminated.

Creates a stream encoder which encodes all input values, then halts. Unlike many, if an encoding failure occurs, the resulting stream is not terminated.

Attributes

Source
StreamEncoder.scala

Creates a stream encoder which encodes a single value, then halts. Unlike once, if an encoding failure occurs, the resulting stream is not terminated.

Creates a stream encoder which encodes a single value, then halts. Unlike once, if an encoding failure occurs, the resulting stream is not terminated.

Attributes

Source
StreamEncoder.scala

Implicits

Implicits

Attributes

Source
StreamEncoder.scala