Branch

doodle.turtle.Instruction$.Branch
final case class Branch(instructions: List[Instruction]) extends Instruction

Attributes

Source
Instruction.scala
Graph
Supertypes
class Instruction
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ++(is: List[Instruction]): Branch

Attributes

Source
Instruction.scala
def +:(instruction: Instruction): Branch

Attributes

Source
Instruction.scala
def :+(instruction: Instruction): Branch

Attributes

Source
Instruction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product