ofInt1

final class ofInt1 extends AnyVal
Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def ++(that: ofInt1): ofInt1
@inline
def ===(that: ofInt1): Boolean
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
def contains(elem: Int): Boolean
def count(f: Int => Boolean): Int
def drop(n: Int): ofInt
def dropRight(n: Int): ofInt
def dropWhile(f: Int => Boolean): ofInt
def exists(f: Int => Boolean): Boolean
def filter(f: Int => Boolean): ofInt
def filterNot(f: Int => Boolean): ofInt
def find(f: Int => Boolean): Option[Int]
def forall(f: Int => Boolean): Boolean
def foreach[U](f: Int => U): Unit
def head: Int
def indexOf(elem: Int): Option[Int]
def init: ofInt
def lastIndexOf(elem: Int): Option[Int]
def length: Int
def max: Int
def maxBy[A](f: Int => A)(implicit A: Ordering[A]): Int
def min: Int
def minBy[A](f: Int => A)(implicit A: Ordering[A]): Int
def minmax: (Int, Int)
def mkString(start: String, sep: String, end: String): String
def mkString(sep: String): String
def mkString: String
def reduceLeft(f: (Int, Int) => Int): Int
def reduceRight(f: (Int, Int) => Int): Int
def scanLeft1(f: (Int, Int) => Int): ofInt1
def scanRight1(f: (Int, Int) => Int): ofInt1
def tail: ofInt
def take(n: Int): ofInt
def takeWhile(f: Int => Boolean): ofInt
def toArray: Array[Int]
def toList: List[Int]
override def toString: String
Definition Classes
Any

Concrete fields

val self: Array[Int]