Packages

o

molecule.core.composition

CompositeInit_2

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
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompositeInit_2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CompositeInit_2_00[obj[_], props, I1, I2] extends AnyRef
  2. trait CompositeInit_2_01[obj[_], props, I1, I2, A] extends AnyRef
  3. trait CompositeInit_2_02[obj[_], props, I1, I2, A, B] extends AnyRef
  4. trait CompositeInit_2_03[obj[_], props, I1, I2, A, B, C] extends AnyRef
  5. trait CompositeInit_2_04[obj[_], props, I1, I2, A, B, C, D] extends AnyRef
  6. trait CompositeInit_2_05[obj[_], props, I1, I2, A, B, C, D, E] extends AnyRef
  7. trait CompositeInit_2_06[obj[_], props, I1, I2, A, B, C, D, E, F] extends AnyRef
  8. trait CompositeInit_2_07[obj[_], props, I1, I2, A, B, C, D, E, F, G] extends AnyRef
  9. trait CompositeInit_2_08[obj[_], props, I1, I2, A, B, C, D, E, F, G, H] extends AnyRef
  10. trait CompositeInit_2_09[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I] extends AnyRef
  11. trait CompositeInit_2_10[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J] extends AnyRef
  12. trait CompositeInit_2_11[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K] extends AnyRef
  13. trait CompositeInit_2_12[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L] extends AnyRef
  14. trait CompositeInit_2_13[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M] extends AnyRef
  15. trait CompositeInit_2_14[obj[_], props, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N] extends AnyRef
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped