trait Multiproc2[Method[AA, BB] <: (AA, BB) => Unit, A <: AnyRef, B] extends (A, B) => Unit with MMRegistry2[Method[_ <: A, _ <: B]]
A Multiproc2 is a Multimethod that is guaranteed to return Unit
- Self Type
- Multiproc2[Method, A, B] with Method[A, B]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Multiproc2
- MMRegistry2
- Function2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 apply(a: A, b: B): Unit
- Definition Classes
- Multiproc2 → Function2
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindingMissing(a: A, b: B): Unit
- Attributes
- protected
- val cache: ConcurrentHashMap[(Class[_], Class[_]), Option[Method[_ <: A, _ <: B]]]
- Attributes
- protected
- Definition Classes
- MMRegistry2
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def curried: (A) => (B) => Unit
- Definition Classes
- Function2
- Annotations
- @unspecialized()
- 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
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def multipleOptions(a: A, b: B, m: Map[(Class[_], Class[_]), Method[_ <: A, _ <: B]]): Nothing
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val ops: HashMap[(Class[_], Class[_]), Method[_ <: A, _ <: B]]
- Attributes
- protected
- Definition Classes
- MMRegistry2
- def register[AA <: A, BB <: B](op: Method[AA, BB])(implicit manA: Manifest[AA], manB: Manifest[BB]): Unit
- def register(a: Class[_], b: Class[_], op: Method[_ <: A, _ <: B]): Unit
- Definition Classes
- MMRegistry2
- def resolve(a: Class[_], b: Class[_]): Map[(Class[_], Class[_]), Method[_ <: A, _ <: B]]
- Definition Classes
- MMRegistry2
- def selectBestOption(options: Map[(Class[_], Class[_]), Method[_ <: A, _ <: B]]): MapView[(Class[_], Class[_]), Method[_ <: A, _ <: B]]
This selects based on the partial order induced by the inheritance hierarchy.
This selects based on the partial order induced by the inheritance hierarchy. If there is ambiguity, all are returned.
- Attributes
- protected
- Definition Classes
- MMRegistry2
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Function2 → AnyRef → Any
- def tupled: ((A, B)) => Unit
- Definition Classes
- Function2
- Annotations
- @unspecialized()
- 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])