IntTraversableFromSet

org.encalmo.data.Traversable.IntTraversableFromSet
final class IntTraversableFromSet[N](x: Set[Int]) extends IntTraversable

Attributes

Graph
Supertypes
trait Traversable[Int]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

inline override def contains(item: Int): Boolean

Attributes

Definition Classes
inline override def exists(p: Int => Boolean): Boolean

Attributes

Definition Classes
inline override def find(p: Int => Boolean): Option[Int]

Attributes

Definition Classes
inline override def foldLeft[R](initial: R)(f: (R, Int) => R): R

Attributes

Definition Classes
inline override def foreach[U](f: Int => U): Unit

Attributes

Definition Classes
inline override def isEmpty: Boolean

Attributes

Definition Classes
inline override def maxBy[B](f: Int => B)(implicit ord: Ordering[B]): Int

Attributes

Definition Classes
inline override def minBy[B](f: Int => B)(implicit ord: Ordering[B]): Int

Attributes

Definition Classes
inline override def size: Int

Attributes

Definition Classes
inline override def toMutableSeq: Seq[Int]

Attributes

Definition Classes
inline override def toSeq: Seq[Int]

Attributes

Definition Classes
inline 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

Inherited methods

override def drop(count: Int): IntTraversable

Attributes

Definition Classes
Inherited from:
IntTraversable
override def filter(p: Int => Boolean): IntTraversable

Attributes

Definition Classes
Inherited from:
IntTraversable
override def filterNot(p: Int => Boolean): IntTraversable

Attributes

Definition Classes
Inherited from:
IntTraversable
def get(index: Int): Int

Attributes

Inherited from:
Traversable
def map[M](m: Int => M): Traversable[M]

Attributes

Inherited from:
Traversable
inline def nonEmpty: Boolean

Attributes

Inherited from:
Traversable
inline def sameElements[B >: Int](that: IterableOnce[B]): Boolean

Attributes

Inherited from:
Traversable

Attributes

Inherited from:
Traversable
override def take(count: Int): IntTraversable

Attributes

Definition Classes
Inherited from:
IntTraversable

Attributes

Inherited from:
Traversable

Attributes

Inherited from:
Traversable
override def withFilter(p: Int => Boolean): IntTraversable

Attributes

Definition Classes
Inherited from:
IntTraversable