nobox

ofInt1

Related Docs: object ofInt1 | package nobox

final class ofInt1 extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ofInt1
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

    Definition Classes
    Any
  3. def ++(that: ofInt1): ofInt1

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  5. def ===(that: ofInt1): Boolean

    Annotations
    @inline()
  6. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def contains(elem: Int): Boolean

  9. def count(f: (Int) ⇒ Boolean): Int

  10. def drop(n: Int): ofInt

  11. def dropRight(n: Int): ofInt

  12. def dropWhile(f: (Int) ⇒ Boolean): ofInt

  13. def exists(f: (Int) ⇒ Boolean): Boolean

  14. def filter(f: (Int) ⇒ Boolean): ofInt

  15. def filterNot(f: (Int) ⇒ Boolean): ofInt

  16. def find(f: (Int) ⇒ Boolean): Option[Int]

  17. def forall(f: (Int) ⇒ Boolean): Boolean

  18. def foreach[U](f: (Int) ⇒ U): Unit

  19. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  20. def head: Int

  21. def indexOf(elem: Int): Option[Int]

  22. def init: ofInt

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def lastIndexOf(elem: Int): Option[Int]

  25. def length: Int

  26. def max: Int

  27. def maxBy[A](f: (Int) ⇒ A)(implicit A: Ordering[A]): Int

  28. def min: Int

  29. def minBy[A](f: (Int) ⇒ A)(implicit A: Ordering[A]): Int

  30. def minmax: (Int, Int)

  31. def mkString: String

  32. def mkString(sep: String): String

  33. def mkString(start: String, sep: String, end: String): String

  34. def reduceLeft(f: (Int, Int) ⇒ Int): Int

  35. def reduceRight(f: (Int, Int) ⇒ Int): Int

  36. def reverse: ofInt1

  37. def scanLeft1(f: (Int, Int) ⇒ Int): ofInt1

  38. def scanRight1(f: (Int, Int) ⇒ Int): ofInt1

  39. val self: Array[Int]

  40. def sorted: ofInt1

  41. def tail: ofInt

  42. def take(n: Int): ofInt

  43. def takeWhile(f: (Int) ⇒ Boolean): ofInt

  44. def to[F[_]](implicit C: CanBuildFrom[Nothing, Int, F[Int]]): F[Int]

  45. def toArray: Array[Int]

  46. def toList: List[Int]

  47. def toString(): String

    Definition Classes
    ofInt1 → Any

Inherited from AnyVal

Inherited from Any

Ungrouped