ExprMapOpt_2

molecule.boilerplate.api.expression.ExprMapOpt_2
trait ExprMapOpt_2[A, B, t, Ns1[_, _, _], Ns2[_, _, _, _]] extends ExprMapOptOps_2[A, B, t, Ns1, Ns2]

Attributes

Source
ExprMapOpt_.scala
Graph
Supertypes
trait ExprMapOptOps_2[A, B, t, Ns1, Ns2]
trait ExprBase
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type X = DummyImplicit

Attributes

Inherited from:
ExprBase
Source
ExprBase.scala

Value members

Concrete methods

def apply(map: Option[Map[String, t]]): Ns1[A, B, t]

Attributes

Source
ExprMapOpt_.scala
def apply(key: String): Ns1[A, Option[t], t]

Attributes

Source
ExprMapOpt_.scala

Inherited methods

protected def _exprMapOpK(op: Op, key: String): Ns1[A, Option[t], t]

Attributes

Inherited from:
ExprMapOptOps_2
Source
ExprMapOpt_.scala
protected def _exprMapOpt(op: Op, map: Option[Map[String, t]]): Ns1[A, B, t]

Attributes

Inherited from:
ExprMapOptOps_2
Source
ExprMapOpt_.scala