Branch

final case class Branch(instructions: List[Instruction]) extends Instruction
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +:(instruction: Instruction): Branch
def :+(instruction: Instruction): Branch

Inherited methods

Inherited from:
Product