ModelOps_0

molecule.boilerplate.api.ModelOps_0
trait ModelOps_0[t, Ns1[_], Ns2[_, _]] extends Molecule_00, ModelTransformations_, ExprBArTacOps_0[t, Ns1, Ns2], ExprOneTacOps_0[t, Ns1, Ns2], ExprSetTacOps_0[t, Ns1, Ns2], ExprSeqTacOps_0[t, Ns1, Ns2], ExprMapTacOps_0[t, Ns1, Ns2]

Attributes

Source
ModelOps_.scala
Graph
Supertypes
trait ExprMapTacOps_0[t, Ns1, Ns2]
trait ExprSeqTacOps_0[t, Ns1, Ns2]
trait ExprSetTacOps_0[t, Ns1, Ns2]
trait ExprOneTacOps_0[t, Ns1, Ns2]
trait ExprAttr_0[t, Ns1, Ns2]
trait ExprBase
trait ExprBArTacOps_0[t, Ns1, Ns2]
trait Molecule_00
trait Molecule
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type X = DummyImplicit

Attributes

Inherited from:
ExprBase
Source
ExprBase.scala

Value members

Inherited methods

protected def _attrMan[X, ns1[_, _], ns2[_, _, _]](op: Op, a: ModelOps_1[X, t, ns1, ns2]): Ns2[X, t]

Attributes

Inherited from:
ExprAttr_0
Source
ExprAttr_.scala
protected def _attrTac[ns1[_], ns2[_, _]](op: Op, a: ModelOps_0[t, ns1, ns2]): Ns1[t]

Attributes

Inherited from:
ExprAttr_0
Source
ExprAttr_.scala
protected def _exprBAr(op: Op, byteArray: Array[t]): Ns1[t]

Attributes

Inherited from:
ExprBArTacOps_0
Source
ExprBArTac_.scala
protected def _exprMap(op: Op, map: Map[String, t]): Ns1[t]

Attributes

Inherited from:
ExprMapTacOps_0
Source
ExprMapTac_.scala
protected def _exprMapK(op: Op, keys: Seq[String]): Ns1[t]

Attributes

Inherited from:
ExprMapTacOps_0
Source
ExprMapTac_.scala
protected def _exprMapV(op: Op, vs: Seq[t]): Ns1[t]

Attributes

Inherited from:
ExprMapTacOps_0
Source
ExprMapTac_.scala
protected def _exprOneTac(op: Op, vs: Seq[t]): Ns1[t] & CardOne

Attributes

Inherited from:
ExprOneTacOps_0
Source
ExprOneTac_.scala
protected def _exprSeq(op: Op, seq: Seq[t]): Ns1[t]

Attributes

Inherited from:
ExprSeqTacOps_0
Source
ExprSeqTac_.scala
protected def _exprSet(op: Op, set: Set[t]): Ns1[t]

Attributes

Inherited from:
ExprSetTacOps_0
Source
ExprSetTac_.scala
protected def addBAr[T](es: List[Element], op: Op, ba: Array[T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addBArOpt[T](es: List[Element], op: Op, optBA: Option[Array[T]]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addMap[T](es: List[Element], op: Op, vs: Map[String, T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addMapKs(es: List[Element], op: Op, ks: Seq[String]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addMapOpt[T](es: List[Element], op: Op, vs: Option[Map[String, T]]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addMapVs[T](es: List[Element], op: Op, vs: Seq[T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addOne[T](es: List[Element], op: Op, vs: Seq[T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addOneOpt[T](es: List[Element], op: Op, v: Option[T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addSeq[T](es: List[Element], op: Op, vs: Seq[T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addSeqOpt[T](es: List[Element], op: Op, vs: Option[Seq[T]]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addSet[T](es: List[Element], op: Op, vs: Set[T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addSetOpt[T](es: List[Element], op: Op, vs: Option[Set[T]]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addSort(es: List[Element], sort: String): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def asIs(es: List[Element], kw: Kw, n: Option[Int]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def cleanUpdateElements(elements: List[Element]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def filterAttr(es: List[Element], op: Op, filterAttrMolecule: Molecule): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def reverseTopLevelSorting(es: List[Element]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def toDouble(es: List[Element], kw: Kw): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def toInt(es: List[Element], kw: Kw): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def topLevelAttrCount(elements: List[Element], count: Int): Int

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala

Inherited fields

val elements: List[Element]

Attributes

Inherited from:
Molecule
Source
Molecules.scala