Insert_2

molecule.core.action.Insert_2
case class Insert_2[A, B](elements: List[Element])

Attributes

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

Members list

Value members

Concrete methods

final def apply(a: A, b: B): Insert

Attributes

Source
Insert_.scala
final def apply(tpl: (A, B), more: (A, B)*): Insert

Attributes

Source
Insert_.scala
final def apply(tpls: Seq[(A, B)]): Insert

Attributes

Source
Insert_.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product