ofShort1

nobox.ofShort1
See theofShort1 companion object
final class ofShort1 extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val self: Array[Short]