Scala Standard Library 2.12.18 - scala.Function1 (original) (raw)

trait Function1[-T1, +R] extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Function1
  2. AnyRef
  3. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Abstract Value Members

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

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): ((T1) ⇒ R, B)
  5. final def ==(arg0: Any): Boolean
  6. def andThen[A](g: (R) ⇒ A): (T1) ⇒ A
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. def compose[A](g: (A) ⇒ T1): (A) ⇒ R
  10. def ensuring(cond: ((T1) ⇒ R) ⇒ Boolean, msg: ⇒ Any): (T1) ⇒ R
  11. def ensuring(cond: ((T1) ⇒ R) ⇒ Boolean): (T1) ⇒ R
  12. def ensuring(cond: Boolean, msg: ⇒ Any): (T1) ⇒ R
  13. def ensuring(cond: Boolean): (T1) ⇒ R
  14. final def eq(arg0: AnyRef): Boolean
  15. def equals(arg0: Any): Boolean
  16. def finalize(): Unit
  17. final def getClass(): Class[_]
  18. def hashCode(): Int
  19. final def isInstanceOf[T0]: Boolean
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. final def synchronized[T0](arg0: ⇒ T0): T0
  24. def toString(): String
  25. final def wait(): Unit
  26. final def wait(arg0: Long, arg1: Int): Unit
  27. final def wait(arg0: Long): Unit
  28. def →[B](y: B): ((T1) ⇒ R, B)

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from (T1) ⇒ R to any2stringadd[(T1) ⇒ R]

Inherited by implicit conversion StringFormat from (T1) ⇒ R to StringFormat[(T1) ⇒ R]

Inherited by implicit conversion Ensuring from (T1) ⇒ R to Ensuring[(T1) ⇒ R]

Inherited by implicit conversion ArrowAssoc from (T1) ⇒ R to ArrowAssoc[(T1) ⇒ R]

Ungrouped