Class

io.taig.android.graphic

Pair

Related Doc: package graphic

Permalink

abstract class Pair[T] extends Product2[T, T]

Linear Supertypes
Product2[T, T], Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pair
  2. Product2
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pair(_1: T, _2: T)(implicit arg0: Numeric[T])

    Permalink

Type Members

  1. abstract type S <: Pair[T]

    Permalink

Abstract Value Members

  1. abstract def apply(_1: T, _2: T): S

    Permalink
    Attributes
    protected
  2. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(rhs: Pair[T]): S

    Permalink
  4. def *(rhs: T): S

    Permalink
  5. def +(rhs: Pair[T]): S

    Permalink
  6. def +(rhs: T): S

    Permalink
  7. def -(rhs: Pair[T]): S

    Permalink
  8. def -(rhs: T): S

    Permalink
  9. def <(rhs: Pair[T]): Boolean

    Permalink
  10. def <(rhs: T): Boolean

    Permalink
  11. def <=(rhs: Pair[T]): Boolean

    Permalink
  12. def <=(rhs: T): Boolean

    Permalink
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def >(rhs: Pair[T]): Boolean

    Permalink
  15. def >(rhs: T): Boolean

    Permalink
  16. def >=(rhs: Pair[T]): Boolean

    Permalink
  17. def >=(rhs: T): Boolean

    Permalink
  18. val _1: T

    Permalink
    Definition Classes
    Pair → Product2
  19. val _2: T

    Permalink
    Definition Classes
    Pair → Product2
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def productArity: Int

    Permalink
    Definition Classes
    Product2 → Product
  32. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  33. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  34. def productPrefix: String

    Permalink
    Definition Classes
    Product
  35. def swap: S

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toSeq: Seq[T]

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def toTuple: (T, T)

    Permalink
  40. def unary_-: S

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from Product2[T, T]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped