ACSetBalloon

semagrams.ACSetBalloon
case class ACSetBalloon(current: Clean) extends PureBalloon[Patch, Clean]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PureBalloon[Patch, Clean]
trait AsyncBalloon[Patch, Clean]
trait Balloon[Patch, Clean]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def next(msg: Patch): PureBalloon[Patch, Clean]

Inherited methods

override def launch: IO[Tether[Msg, State]]

Attributes

Definition Classes
PureBalloon -> AsyncBalloon -> Balloon
Inherited from:
PureBalloon
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def run(helm: Helm[Patch, Clean]): IO[Void]

Attributes

Inherited from:
PureBalloon
def step(helm: Helm[Patch, Clean]): IO[PureBalloon[Msg, State]]

Attributes

Inherited from:
PureBalloon