object Index extends IndexFunctions with Serializable

Linear Supertypes
Serializable, Serializable, IndexFunctions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Index
  2. Serializable
  3. Serializable
  4. IndexFunctions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[S, I, A](optional: (I) ⇒ Optional[S, A]): Index[S, I, A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromAt[S, I, A](implicit ev: At[S, I, Option[A]]): Index[S, I, A]
  11. def fromIso[S, A, I, B](iso: Iso[S, A])(implicit ev: Index[A, I, B]): Index[S, I, B]

    lift an instance of Index using an Iso

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. implicit def iListIndex[A]: Index[IList[A], Int, A]
  15. implicit def iMapIndex[K, V](implicit arg0: Order[K]): Index[==>>[K, V], K, V]
  16. def index[S, I, A](i: I)(implicit ev: Index[S, I, A]): Optional[S, A]
    Definition Classes
    IndexFunctions
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. implicit def listIndex[A]: Index[List[A], Int, A]
  19. implicit def mapIndex[K, V]: Index[Map[K, V], K, V]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. implicit def nelIndex[A]: Index[NonEmptyList[A], Int, A]
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. implicit def oneAndIndex[T[_], A](implicit ev: Index[T[A], Int, A]): Index[OneAnd[T, A], Int, A]
  25. implicit def streamIndex[A]: Index[Stream[A], Int, A]
  26. implicit val stringIndex: Index[String, Int, Char]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. implicit def vectorIndex[A]: Index[Vector[A], Int, A]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def atIndex[S, I, A](implicit ev: At[S, I, Option[A]]): Index[S, I, A]
    Definition Classes
    IndexFunctions
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use Index.fromAt

Inherited from Serializable

Inherited from Serializable

Inherited from IndexFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped