object Cross

Source
Cross.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cross
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Factory[T] extends AnyRef
  2. trait Module[T1] extends BaseClass with define.Module

    A simple cross-module with 1 cross-type T1, which is available in the module body as crossValue

  3. trait Module2[T1, T2] extends BaseClass with Module[T1]

    A cross-module with 2 cross-types T1 and T2, which are available in the module body as crossValue and crossValue2.

  4. trait Module3[T1, T2, T3] extends BaseClass with Module2[T1, T2]

    A cross-module with 3 cross-types T1 T2 and T3, which are available in the module body as crossValue crossValue2 and crossValue3.

  5. trait Module4[T1, T2, T3, T4] extends BaseClass with Module3[T1, T2, T3]

    A cross-module with 4 cross-types T1 T2 T3 and T4, which are available in the module body as crossValue crossValue2 crossValue3 and crossValue4.

  6. trait Module5[T1, T2, T3, T4, T5] extends BaseClass with Module4[T1, T2, T3, T4]

    A cross-module with 5 cross-types T1 T2 T3 T4 and T5, which are available in the module body as crossValue crossValue2 crossValue3 crossValue4 and crossValue5.

  7. trait Resolver[-T <: Module[_]] extends AnyRef
  8. class ToSegments[-T] extends AnyRef

    A type-class defining what types T are allowed to be used in a cross-module definition

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. def ToSegments[T](t: T)(implicit arg0: ToSegments[T]): List[String]

    Convert the given value t to its cross segments

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. object Factory
  22. object ToSegments

Inherited from AnyRef

Inherited from Any

Ungrouped