Box

final case
class Box[S, O](transducer: Aux[S, O])(state: S)

This associates a transducer with its state, useful to get around issues with inference of existential types.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Box[S, O]

Value members

Concrete methods

def next: S
def output: O
def stopped: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product