scala.compat.java8

JFunction2

Related Doc: package java8

trait JFunction2[T1, T2, R] extends (T1, T2) ⇒ R

Linear Supertypes
(T1, T2) ⇒ R, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JFunction2
  2. Function2
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(v1: T1, v2: T2): R

    Definition Classes
    Function2
  2. abstract def apply$mcDDD$sp(v1: Double, v2: Double): Double

  3. abstract def apply$mcDDI$sp(v1: Double, v2: Int): Double

  4. abstract def apply$mcDDJ$sp(v1: Double, v2: Long): Double

  5. abstract def apply$mcDID$sp(v1: Int, v2: Double): Double

  6. abstract def apply$mcDII$sp(v1: Int, v2: Int): Double

  7. abstract def apply$mcDIJ$sp(v1: Int, v2: Long): Double

  8. abstract def apply$mcDJD$sp(v1: Long, v2: Double): Double

  9. abstract def apply$mcDJI$sp(v1: Long, v2: Int): Double

  10. abstract def apply$mcDJJ$sp(v1: Long, v2: Long): Double

  11. abstract def apply$mcFDD$sp(v1: Double, v2: Double): Float

  12. abstract def apply$mcFDI$sp(v1: Double, v2: Int): Float

  13. abstract def apply$mcFDJ$sp(v1: Double, v2: Long): Float

  14. abstract def apply$mcFID$sp(v1: Int, v2: Double): Float

  15. abstract def apply$mcFII$sp(v1: Int, v2: Int): Float

  16. abstract def apply$mcFIJ$sp(v1: Int, v2: Long): Float

  17. abstract def apply$mcFJD$sp(v1: Long, v2: Double): Float

  18. abstract def apply$mcFJI$sp(v1: Long, v2: Int): Float

  19. abstract def apply$mcFJJ$sp(v1: Long, v2: Long): Float

  20. abstract def apply$mcIDD$sp(v1: Double, v2: Double): Int

  21. abstract def apply$mcIDI$sp(v1: Double, v2: Int): Int

  22. abstract def apply$mcIDJ$sp(v1: Double, v2: Long): Int

  23. abstract def apply$mcIID$sp(v1: Int, v2: Double): Int

  24. abstract def apply$mcIII$sp(v1: Int, v2: Int): Int

  25. abstract def apply$mcIIJ$sp(v1: Int, v2: Long): Int

  26. abstract def apply$mcIJD$sp(v1: Long, v2: Double): Int

  27. abstract def apply$mcIJI$sp(v1: Long, v2: Int): Int

  28. abstract def apply$mcIJJ$sp(v1: Long, v2: Long): Int

  29. abstract def apply$mcJDD$sp(v1: Double, v2: Double): Long

  30. abstract def apply$mcJDI$sp(v1: Double, v2: Int): Long

  31. abstract def apply$mcJDJ$sp(v1: Double, v2: Long): Long

  32. abstract def apply$mcJID$sp(v1: Int, v2: Double): Long

  33. abstract def apply$mcJII$sp(v1: Int, v2: Int): Long

  34. abstract def apply$mcJIJ$sp(v1: Int, v2: Long): Long

  35. abstract def apply$mcJJD$sp(v1: Long, v2: Double): Long

  36. abstract def apply$mcJJI$sp(v1: Long, v2: Int): Long

  37. abstract def apply$mcJJJ$sp(v1: Long, v2: Long): Long

  38. abstract def apply$mcVDD$sp(v1: Double, v2: Double): Unit

  39. abstract def apply$mcVDI$sp(v1: Double, v2: Int): Unit

  40. abstract def apply$mcVDJ$sp(v1: Double, v2: Long): Unit

  41. abstract def apply$mcVID$sp(v1: Int, v2: Double): Unit

  42. abstract def apply$mcVII$sp(v1: Int, v2: Int): Unit

  43. abstract def apply$mcVIJ$sp(v1: Int, v2: Long): Unit

  44. abstract def apply$mcVJD$sp(v1: Long, v2: Double): Unit

  45. abstract def apply$mcVJI$sp(v1: Long, v2: Int): Unit

  46. abstract def apply$mcVJJ$sp(v1: Long, v2: Long): Unit

  47. abstract def apply$mcZDD$sp(v1: Double, v2: Double): Boolean

  48. abstract def apply$mcZDI$sp(v1: Double, v2: Int): Boolean

  49. abstract def apply$mcZDJ$sp(v1: Double, v2: Long): Boolean

  50. abstract def apply$mcZID$sp(v1: Int, v2: Double): Boolean

  51. abstract def apply$mcZII$sp(v1: Int, v2: Int): Boolean

  52. abstract def apply$mcZIJ$sp(v1: Int, v2: Long): Boolean

  53. abstract def apply$mcZJD$sp(v1: Long, v2: Double): Boolean

  54. abstract def apply$mcZJI$sp(v1: Long, v2: Int): Boolean

  55. abstract def apply$mcZJJ$sp(v1: Long, v2: Long): Boolean

  56. abstract def curried$mcDDD$sp(): Function1

  57. abstract def curried$mcDDI$sp(): Function1

  58. abstract def curried$mcDDJ$sp(): Function1

  59. abstract def curried$mcDID$sp(): Function1

  60. abstract def curried$mcDII$sp(): Function1

  61. abstract def curried$mcDIJ$sp(): Function1

  62. abstract def curried$mcDJD$sp(): Function1

  63. abstract def curried$mcDJI$sp(): Function1

  64. abstract def curried$mcDJJ$sp(): Function1

  65. abstract def curried$mcFDD$sp(): Function1

  66. abstract def curried$mcFDI$sp(): Function1

  67. abstract def curried$mcFDJ$sp(): Function1

  68. abstract def curried$mcFID$sp(): Function1

  69. abstract def curried$mcFII$sp(): Function1

  70. abstract def curried$mcFIJ$sp(): Function1

  71. abstract def curried$mcFJD$sp(): Function1

  72. abstract def curried$mcFJI$sp(): Function1

  73. abstract def curried$mcFJJ$sp(): Function1

  74. abstract def curried$mcIDD$sp(): Function1

  75. abstract def curried$mcIDI$sp(): Function1

  76. abstract def curried$mcIDJ$sp(): Function1

  77. abstract def curried$mcIID$sp(): Function1

  78. abstract def curried$mcIII$sp(): Function1

  79. abstract def curried$mcIIJ$sp(): Function1

  80. abstract def curried$mcIJD$sp(): Function1

  81. abstract def curried$mcIJI$sp(): Function1

  82. abstract def curried$mcIJJ$sp(): Function1

  83. abstract def curried$mcJDD$sp(): Function1

  84. abstract def curried$mcJDI$sp(): Function1

  85. abstract def curried$mcJDJ$sp(): Function1

  86. abstract def curried$mcJID$sp(): Function1

  87. abstract def curried$mcJII$sp(): Function1

  88. abstract def curried$mcJIJ$sp(): Function1

  89. abstract def curried$mcJJD$sp(): Function1

  90. abstract def curried$mcJJI$sp(): Function1

  91. abstract def curried$mcJJJ$sp(): Function1

  92. abstract def curried$mcVDD$sp(): Function1

  93. abstract def curried$mcVDI$sp(): Function1

  94. abstract def curried$mcVDJ$sp(): Function1

  95. abstract def curried$mcVID$sp(): Function1

  96. abstract def curried$mcVII$sp(): Function1

  97. abstract def curried$mcVIJ$sp(): Function1

  98. abstract def curried$mcVJD$sp(): Function1

  99. abstract def curried$mcVJI$sp(): Function1

  100. abstract def curried$mcVJJ$sp(): Function1

  101. abstract def curried$mcZDD$sp(): Function1

  102. abstract def curried$mcZDI$sp(): Function1

  103. abstract def curried$mcZDJ$sp(): Function1

  104. abstract def curried$mcZID$sp(): Function1

  105. abstract def curried$mcZII$sp(): Function1

  106. abstract def curried$mcZIJ$sp(): Function1

  107. abstract def curried$mcZJD$sp(): Function1

  108. abstract def curried$mcZJI$sp(): Function1

  109. abstract def curried$mcZJJ$sp(): Function1

  110. abstract def tupled$mcDDD$sp(): Function1

  111. abstract def tupled$mcDDI$sp(): Function1

  112. abstract def tupled$mcDDJ$sp(): Function1

  113. abstract def tupled$mcDID$sp(): Function1

  114. abstract def tupled$mcDII$sp(): Function1

  115. abstract def tupled$mcDIJ$sp(): Function1

  116. abstract def tupled$mcDJD$sp(): Function1

  117. abstract def tupled$mcDJI$sp(): Function1

  118. abstract def tupled$mcDJJ$sp(): Function1

  119. abstract def tupled$mcFDD$sp(): Function1

  120. abstract def tupled$mcFDI$sp(): Function1

  121. abstract def tupled$mcFDJ$sp(): Function1

  122. abstract def tupled$mcFID$sp(): Function1

  123. abstract def tupled$mcFII$sp(): Function1

  124. abstract def tupled$mcFIJ$sp(): Function1

  125. abstract def tupled$mcFJD$sp(): Function1

  126. abstract def tupled$mcFJI$sp(): Function1

  127. abstract def tupled$mcFJJ$sp(): Function1

  128. abstract def tupled$mcIDD$sp(): Function1

  129. abstract def tupled$mcIDI$sp(): Function1

  130. abstract def tupled$mcIDJ$sp(): Function1

  131. abstract def tupled$mcIID$sp(): Function1

  132. abstract def tupled$mcIII$sp(): Function1

  133. abstract def tupled$mcIIJ$sp(): Function1

  134. abstract def tupled$mcIJD$sp(): Function1

  135. abstract def tupled$mcIJI$sp(): Function1

  136. abstract def tupled$mcIJJ$sp(): Function1

  137. abstract def tupled$mcJDD$sp(): Function1

  138. abstract def tupled$mcJDI$sp(): Function1

  139. abstract def tupled$mcJDJ$sp(): Function1

  140. abstract def tupled$mcJID$sp(): Function1

  141. abstract def tupled$mcJII$sp(): Function1

  142. abstract def tupled$mcJIJ$sp(): Function1

  143. abstract def tupled$mcJJD$sp(): Function1

  144. abstract def tupled$mcJJI$sp(): Function1

  145. abstract def tupled$mcJJJ$sp(): Function1

  146. abstract def tupled$mcVDD$sp(): Function1

  147. abstract def tupled$mcVDI$sp(): Function1

  148. abstract def tupled$mcVDJ$sp(): Function1

  149. abstract def tupled$mcVID$sp(): Function1

  150. abstract def tupled$mcVII$sp(): Function1

  151. abstract def tupled$mcVIJ$sp(): Function1

  152. abstract def tupled$mcVJD$sp(): Function1

  153. abstract def tupled$mcVJI$sp(): Function1

  154. abstract def tupled$mcVJJ$sp(): Function1

  155. abstract def tupled$mcZDD$sp(): Function1

  156. abstract def tupled$mcZDI$sp(): Function1

  157. abstract def tupled$mcZDJ$sp(): Function1

  158. abstract def tupled$mcZID$sp(): Function1

  159. abstract def tupled$mcZII$sp(): Function1

  160. abstract def tupled$mcZIJ$sp(): Function1

  161. abstract def tupled$mcZJD$sp(): Function1

  162. abstract def tupled$mcZJI$sp(): Function1

  163. abstract def tupled$mcZJJ$sp(): Function1

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def curried: (T1) ⇒ (T2) ⇒ R

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  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
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  17. def toString(): String

    Definition Classes
    Function2 → AnyRef → Any
  18. def tupled: ((T1, T2)) ⇒ R

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from (T1, T2) ⇒ R

Inherited from AnyRef

Inherited from Any

Ungrouped