Object/Trait

typequux

StringIndexedCollection

Related Docs: trait StringIndexedCollection | package typequux

Permalink

object StringIndexedCollection

Contains implementations of StringIndexedCollection and implicit definitions for building typeclasses necessary for the operations on string indexed collections

Author:

Harshad Deo

Since

0.1

Linear Supertypes
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. StringIndexedCollection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class NonEmptySI[MP <: DenseMap, +T] extends StringIndexedCollection[T]

    Permalink

    Implementation of a non-empty StringIndexedCollection, equivalent to a cons cell of a list

    Implementation of a non-empty StringIndexedCollection, equivalent to a cons cell of a list

    Author:

    Harshad Deo

    MP

    Type of the DenseMap that stores the indices

    T

    Type of the elements of the collection

    Since

    0.1

  2. final class SINil extends StringIndexedCollection[Nothing]

    Permalink

    Implementation of an empty StringIndexedCollection, equivalent to a Nil

    Implementation of an empty StringIndexedCollection, equivalent to a Nil

    Author:

    Harshad Deo

    Since

    0.1

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val SINil: SINil

    Permalink
  5. implicit object SINilMapConstraint extends ToMapConstraint[SINil, Map[String, Nothing]]

    Permalink

    Implements constraint.ToMapConstraint for empty StringIndexedCollection

    Author:

    Harshad Deo

    Since

    0.1

  6. implicit object SINilSizeConstraint extends LengthConstraint[SINil, _0]

    Permalink

    Implements constraint.LengthConstraint for empty StringIndexedCollection

    Author:

    Harshad Deo

    Since

    0.1

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit def buildNonEmptySIAddConstraint[N <: Dense, MP <: DenseMap, T, U >: T](implicit ev0: =:=[False, StringIndexedCollection.buildNonEmptySIAddConstraint.MP.Contains[N]]): SIAddConstraint[N, NonEmptySI[MP, T], U, NonEmptySI[StringIndexedCollection.buildNonEmptySIAddConstraint.MP.Add[N, StringIndexedCollection.buildNonEmptySIAddConstraint.MP.Size], U]]

    Permalink

    Builds constraint.SIAddConstraint for non-empty StringIndexedCollection

    Author:

    Harshad Deo

    N

    Type index at which to add (i.e. String Value Hash)

    MP

    DenseMap of the existing collection

    T

    Type of the existing collection

    U

    Type of the element to be added

    Since

    0.1

  9. implicit def buildNonEmptyToMapConstraint[MP <: DenseMap, T]: ToMapConstraint[NonEmptySI[MP, T], Map[String, T]]

    Permalink

    Builds constraint.ToMapConstraint for non-empty StringIndexedCollection

    Author:

    Harshad Deo

    MP

    DenseMap of the collection

    T

    Element type of the collection

    Since

    0.1

  10. implicit def buildSIUpdatedConstraint[N <: Dense, MP <: DenseMap, T, U >: T](implicit ev0: TrueConstraint[StringIndexedCollection.buildSIUpdatedConstraint.MP.Contains[N]], ev1: <:<[StringIndexedCollection.buildSIUpdatedConstraint.MP.Get[N], Dense], ev2: DenseIntRep[StringIndexedCollection.buildSIUpdatedConstraint.MP.Get[N]]): UpdatedConstraint[N, NonEmptySI[MP, T], U, NonEmptySI[MP, U]]

    Permalink

    Builds constraint.UpdatedConstraint for StringIndexedCollection

    Author:

    Harshad Deo

    N

    Index to update (i.e. String Value Hash)

    MP

    DenseMap of the collection

    T

    Element type of the collection

    U

    Type of the element to be inserted

    Since

    0.1

  11. implicit def buildSiAtConstraint[MP <: DenseMap, T, N <: Dense](implicit ev0: TrueConstraint[StringIndexedCollection.buildSiAtConstraint.MP.Contains[N]], ev1: <:<[StringIndexedCollection.buildSiAtConstraint.MP.Get[N], Dense], ev2: DenseIntRep[StringIndexedCollection.buildSiAtConstraint.MP.Get[N]]): AtConstraint[N, NonEmptySI[MP, T], T]

    Permalink

    Builds constraint.AtConstraint for StringIndexedCollection

    Author:

    Harshad Deo

    MP

    DenseMap of the collection

    T

    Element type of the collection

    N

    Index at which to find the th element (i.e. String Value Hash)

    Since

    0.1

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. implicit def nonEmptySiSizeConstraint[MP <: DenseMap, T]: LengthConstraint[NonEmptySI[MP, T], StringIndexedCollection.nonEmptySiSizeConstraint.MP.Size]

    Permalink

    Implements constraint.LengthConstraint for non-empty StringIndexedCollection

    Author:

    Harshad Deo

    MP

    DenseMap of the collection

    T

    Element type of the collection

    Since

    0.1

  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. implicit def siNIlAddConstraint[N <: Dense, U]: SIAddConstraint[N, SINil, U, NonEmptySI[NonEmptyDenseMap[N, _0, EmptyDenseMap, EmptyDenseMap], U]]

    Permalink

    Builds constraint.SIAddConstraint for an empty StringIndexedCollection

    Author:

    Harshad Deo

    N

    Type Index at which to add (i.e. String Value Hash)

    U

    Type of the value to add

    Since

    0.1

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. implicit def toOps[S, T](s: S)(implicit ev: <:<[S, StringIndexedCollection[T]]): SiOps[S]

    Permalink

    Converts a StringIndexedCollection to an SiOps object

    Converts a StringIndexedCollection to an SiOps object

    Author:

    Harshad Deo

    S

    Type of the Collection

    T

    Element type of the collection

    Since

    0.1

  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Constraint Constructor

Implementation

Ops Converter

Ungrouped