object Cross
- Source
- Cross.scala
- Alphabetic
- By Inheritance
- Cross
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class Factory[T] extends AnyRef
- 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
- 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.
- 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.
- 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.
- 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.
- trait Resolver[-T <: Module[_]] extends AnyRef
- class ToSegments[-T] extends AnyRef
A type-class defining what types T are allowed to be used in a cross-module definition
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
- def ToSegments[T](t: T)(implicit arg0: ToSegments[T]): List[String]
Convert the given value t to its cross segments
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Factory
- object ToSegments
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)