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 Product
trait Equals
class Object
trait Matchable
class Any
Self type
Box[S, O]

Members list

Concise view

Value members

Concrete methods

def next: S

Attributes

Source:
Transducer.scala
def output: O

Attributes

Source:
Transducer.scala

Attributes

Source:
Transducer.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product