object CompositeInit_2
Build composite molecule from input molecule awaiting 2 inputs.
Composite molecules model entities with attributes from different namespaces that are
not necessarily related. Each group of attributes is modelled by a molecule and the
"sub-molecules" are tied together with + methods to form a composite molecule.
The attributes of the first input sub-molecule awaiting 2 inputs are tied
together in a tuple of its own before being merged with the tuple of attribute values
of the second sub-molecule. If any of the sub-molecules are of arity-1, then no tuple is created:
m(Article.name(?).author(?).editor + Tag.category.weight) .apply("Battle of Waterloo", "Ben Bridge").get === List( (("Battle of Waterloo", "Ben Bridge", "Joe Moe"), ("History", 5)) )
- Source
- CompositeInit_2.scala
- Alphabetic
- By Inheritance
- CompositeInit_2
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait CompositeInit_2_00[obj[_], props, I1, I2] extends AnyRef
- trait CompositeInit_2_01[obj[_], props, I1, I2, A] extends AnyRef
- trait CompositeInit_2_02[obj[_], props, I1, I2, A, B] extends AnyRef
- trait CompositeInit_2_03[obj[_], props, I1, I2, A, B, C] extends AnyRef
- trait CompositeInit_2_04[obj[_], props, I1, I2, A, B, C, D] extends AnyRef
- trait CompositeInit_2_05[obj[_], props, I1, I2, A, B, C, D, E] extends AnyRef
- trait CompositeInit_2_06[obj[_], props, I1, I2, A, B, C, D, E, F] extends AnyRef
- trait CompositeInit_2_07[obj[_], props, I1, I2, A, B, C, D, E, F, G] extends AnyRef
- trait CompositeInit_2_08[obj[_], props, I1, I2, A, B, C, D, E, F, G, H] extends AnyRef
- trait CompositeInit_2_09[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I] extends AnyRef
- trait CompositeInit_2_10[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J] extends AnyRef
- trait CompositeInit_2_11[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K] extends AnyRef
- trait CompositeInit_2_12[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L] extends AnyRef
- trait CompositeInit_2_13[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M] extends AnyRef
- trait CompositeInit_2_14[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N] extends AnyRef
- trait CompositeInit_2_15[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O] extends AnyRef
- trait CompositeInit_2_16[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P] extends AnyRef
- trait CompositeInit_2_17[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q] extends AnyRef
- trait CompositeInit_2_18[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] extends AnyRef
- trait CompositeInit_2_19[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S] extends AnyRef
- trait CompositeInit_2_20[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] extends AnyRef
- trait CompositeInit_2_21[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U] extends AnyRef
- trait CompositeInit_2_22[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum