case class DieVector[A](intervals: Vector[(A, A)] = Vector())(implicit EA: Enum[A]) extends Diev[A] with Product with Serializable
- Attributes
- protected[this]
- Source
- Diev.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DieVector
- Serializable
- Serializable
- Product
- Equals
- Diev
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(value: A): Diev[A]
- def +(interval: (A, A)): Diev[A]
- def ++(other: Diev[A]): Diev[A]
- def -(value: A): Diev[A]
- def -(interval: (A, A)): Diev[A]
- def --(other: Diev[A]): Diev[A]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def contains(interval: (A, A)): Boolean
- def contains(value: A): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def filter(f: (A) ⇒ Boolean): Diev[A]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[B](f: (A) ⇒ Diev[B])(implicit EB: Enum[B]): Diev[B]
- def foldLeft[B](z: B)(f: (B, A) ⇒ B): B
- def foreach(f: (A) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val intervals: Vector[(A, A)]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val liftedIntervals: (Int) ⇒ Option[(A, A)]
- def map[B](f: (A) ⇒ B)(implicit EB: Enum[B]): Diev[B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toList(): List[A]
- def toSet(): Set[A]
-
def
toString(): String
- Definition Classes
- DieVector → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )