Box

doodle.interact.animation.Transducer$.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.

Attributes

Source
Transducer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Box[S, O]

Members list

Value members

Concrete methods

def next: S

Attributes

Source
Transducer.scala
def output: O

Attributes

Source
Transducer.scala
def stopped: Boolean

Attributes

Source
Transducer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product