Continue

final case class Continue[State](state: State) extends Control[State]
trait Serializable
trait Product
trait Equals
trait Control[State]
class Object
trait Matchable
class Any

Value members

Inherited methods

def ++[State2](that: Control[State2])(implicit zippable: Zippable[State, State2]): Control[Out]
Inherited from:
Control
def map[State2](f: State => State2): Control[State2]
Inherited from:
Control
Inherited from:
Product