scala.compat.java8

JFunction1

Related Doc: package java8

trait JFunction1[T1, R] extends (T1) ⇒ R

Linear Supertypes
(T1) ⇒ R, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JFunction1
  2. Function1
  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 andThen$mcDD$sp(g: Function1): Function1

  2. abstract def andThen$mcDF$sp(g: Function1): Function1

  3. abstract def andThen$mcDI$sp(g: Function1): Function1

  4. abstract def andThen$mcDJ$sp(g: Function1): Function1

  5. abstract def andThen$mcFD$sp(g: Function1): Function1

  6. abstract def andThen$mcFF$sp(g: Function1): Function1

  7. abstract def andThen$mcFI$sp(g: Function1): Function1

  8. abstract def andThen$mcFJ$sp(g: Function1): Function1

  9. abstract def andThen$mcID$sp(g: Function1): Function1

  10. abstract def andThen$mcIF$sp(g: Function1): Function1

  11. abstract def andThen$mcII$sp(g: Function1): Function1

  12. abstract def andThen$mcIJ$sp(g: Function1): Function1

  13. abstract def andThen$mcJD$sp(g: Function1): Function1

  14. abstract def andThen$mcJF$sp(g: Function1): Function1

  15. abstract def andThen$mcJI$sp(g: Function1): Function1

  16. abstract def andThen$mcJJ$sp(g: Function1): Function1

  17. abstract def andThen$mcVD$sp(g: Function1): Function1

  18. abstract def andThen$mcVF$sp(g: Function1): Function1

  19. abstract def andThen$mcVI$sp(g: Function1): Function1

  20. abstract def andThen$mcVJ$sp(g: Function1): Function1

  21. abstract def andThen$mcZD$sp(g: Function1): Function1

  22. abstract def andThen$mcZF$sp(g: Function1): Function1

  23. abstract def andThen$mcZI$sp(g: Function1): Function1

  24. abstract def andThen$mcZJ$sp(g: Function1): Function1

  25. abstract def apply(v1: T1): R

    Definition Classes
    Function1
  26. abstract def apply$mcDD$sp(v1: Double): Double

  27. abstract def apply$mcDF$sp(v1: Float): Double

  28. abstract def apply$mcDI$sp(v1: Int): Double

  29. abstract def apply$mcDJ$sp(v1: Long): Double

  30. abstract def apply$mcFD$sp(v1: Double): Float

  31. abstract def apply$mcFF$sp(v1: Float): Float

  32. abstract def apply$mcFI$sp(v1: Int): Float

  33. abstract def apply$mcFJ$sp(v1: Long): Float

  34. abstract def apply$mcID$sp(v1: Double): Int

  35. abstract def apply$mcIF$sp(v1: Float): Int

  36. abstract def apply$mcII$sp(v1: Int): Int

  37. abstract def apply$mcIJ$sp(v1: Long): Int

  38. abstract def apply$mcJD$sp(v1: Double): Long

  39. abstract def apply$mcJF$sp(v1: Float): Long

  40. abstract def apply$mcJI$sp(v1: Int): Long

  41. abstract def apply$mcJJ$sp(v1: Long): Long

  42. abstract def apply$mcVD$sp(v1: Double): Unit

  43. abstract def apply$mcVF$sp(v1: Float): Unit

  44. abstract def apply$mcVI$sp(v1: Int): Unit

  45. abstract def apply$mcVJ$sp(v1: Long): Unit

  46. abstract def apply$mcZD$sp(v1: Double): Boolean

  47. abstract def apply$mcZF$sp(v1: Float): Boolean

  48. abstract def apply$mcZI$sp(v1: Int): Boolean

  49. abstract def apply$mcZJ$sp(v1: Long): Boolean

  50. abstract def compose$mcDD$sp(g: Function1): Function1

  51. abstract def compose$mcDF$sp(g: Function1): Function1

  52. abstract def compose$mcDI$sp(g: Function1): Function1

  53. abstract def compose$mcDJ$sp(g: Function1): Function1

  54. abstract def compose$mcFD$sp(g: Function1): Function1

  55. abstract def compose$mcFF$sp(g: Function1): Function1

  56. abstract def compose$mcFI$sp(g: Function1): Function1

  57. abstract def compose$mcFJ$sp(g: Function1): Function1

  58. abstract def compose$mcID$sp(g: Function1): Function1

  59. abstract def compose$mcIF$sp(g: Function1): Function1

  60. abstract def compose$mcII$sp(g: Function1): Function1

  61. abstract def compose$mcIJ$sp(g: Function1): Function1

  62. abstract def compose$mcJD$sp(g: Function1): Function1

  63. abstract def compose$mcJF$sp(g: Function1): Function1

  64. abstract def compose$mcJI$sp(g: Function1): Function1

  65. abstract def compose$mcJJ$sp(g: Function1): Function1

  66. abstract def compose$mcVD$sp(g: Function1): Function1

  67. abstract def compose$mcVF$sp(g: Function1): Function1

  68. abstract def compose$mcVI$sp(g: Function1): Function1

  69. abstract def compose$mcVJ$sp(g: Function1): Function1

  70. abstract def compose$mcZD$sp(g: Function1): Function1

  71. abstract def compose$mcZF$sp(g: Function1): Function1

  72. abstract def compose$mcZI$sp(g: Function1): Function1

  73. abstract def compose$mcZJ$sp(g: Function1): 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. def andThen[A](g: (R) ⇒ A): (T1) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compose[A](g: (A) ⇒ T1): (A) ⇒ R

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  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) ⇒ R

Inherited from AnyRef

Inherited from Any

Ungrouped