Trait

breeze.generic

Multimethod2

Related Doc: package generic

Permalink

trait Multimethod2[Method[AA, BB, RR] <: (AA, BB) ⇒ RR, A, B, R] extends (A, B) ⇒ R with MMRegistry2[Method[_ <: A, _ <: B, _ <: R]]

Self Type
Multimethod2[Method, A, B, R] with Method[A, B, R]
Linear Supertypes
MMRegistry2[Method[_ <: A, _ <: B, _ <: R]], (A, B) ⇒ R, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Multimethod2
  2. MMRegistry2
  3. Function2
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(a: A, b: B): R

    Permalink
    Definition Classes
    Multimethod2 → Function2
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bindingMissing(a: A, b: B): R

    Permalink
    Attributes
    protected
  7. val cache: ConcurrentHashMap[(Class[_], Class[_]), Option[Method[_ <: A, _ <: B, _ <: R]]]

    Permalink
    Attributes
    protected
    Definition Classes
    MMRegistry2
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def curried: (A) ⇒ (B) ⇒ R

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def multipleOptions(a: A, b: B, m: Map[(Class[_], Class[_]), Method[_ <: A, _ <: B, _ <: R]]): Nothing

    Permalink
    Attributes
    protected
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val ops: HashMap[(Class[_], Class[_]), Method[_ <: A, _ <: B, _ <: R]]

    Permalink
    Attributes
    protected
    Definition Classes
    MMRegistry2
  21. def register[AA <: A, BB <: B](op: Method[AA, BB, _ <: R])(implicit manA: Manifest[AA], manB: Manifest[BB]): Unit

    Permalink
  22. def register(a: Class[_], b: Class[_], op: Method[_ <: A, _ <: B, _ <: R]): Unit

    Permalink
    Definition Classes
    MMRegistry2
  23. def resolve(a: Class[_], b: Class[_]): Map[(Class[_], Class[_]), Method[_ <: A, _ <: B, _ <: R]]

    Permalink
    Definition Classes
    MMRegistry2
  24. def selectBestOption(options: Map[(Class[_], Class[_]), Method[_ <: A, _ <: B, _ <: R]]): Map[(Class[_], Class[_]), Method[_ <: A, _ <: B, _ <: R]]

    Permalink

    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
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    Function2 → AnyRef → Any
  27. def tupled: ((A, B)) ⇒ R

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MMRegistry2[Method[_ <: A, _ <: B, _ <: R]]

Inherited from (A, B) ⇒ R

Inherited from AnyRef

Inherited from Any

Ungrouped