Package

ltbs

uniform

Permalink

package uniform

Linear Supertypes
ScalaVersionCompatibility, TreeLikeInstances, ToTreeLikeOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. uniform
  2. ScalaVersionCompatibility
  3. TreeLikeInstances
  4. ToTreeLikeOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ::[H, T <: HList] = shapeless.::[H, T]

    Permalink
  2. type BigString = String with Tagged[BigStringTag]

    Permalink
  3. type ErrorTree = ListMap[NonEmptyList[InputPath], NonEmptyList[ErrorMsg]]

    Permalink
  4. type Input = Map[InputPath, List[String]]

    Permalink
  5. type InputPath = List[String]

    Permalink
  6. class MapTree[K, V] extends TreeLike[Map[List[K], V]]

    Permalink
    Definition Classes
    TreeLikeInstances
  7. type NilTypes = shapeless.::[Unit, HNil]

    Permalink
  8. type NonEmptyString = String with Tagged[NonEmptyStringTag]

    Permalink
  9. implicit class RichEither[A, B] extends AnyRef

    Permalink
    Definition Classes
    ScalaVersionCompatibility
  10. implicit class RichTry[A] extends AnyRef

    Permalink
    Definition Classes
    ScalaVersionCompatibility

Value Members

  1. implicit object ErrorTree extends TreeLike[ErrorTree]

    Permalink
    Definition Classes
    TreeLikeInstances
  2. package examples

    Permalink
  3. implicit def monListMap[K, V](implicit arg0: Semigroup[V]): Monoid[ListMap[K, V]] { def empty: scala.collection.immutable.ListMap[K,Nothing] }

    Permalink
  4. def taggedEqInstance[A, Tag](eqBase: Eq[A]): Eq[@@[A, Tag]]

    Permalink
  5. implicit def toTreeLikeOps[T](target: T)(implicit tc: TreeLike[T]): Ops[T] { type TypeClassType = ltbs.uniform.TreeLike[T]{type Key = tc.Key; type Value = tc.Value} }

    Permalink
    Definition Classes
    ToTreeLikeOps
    Annotations
    @SuppressWarnings()

Inherited from ScalaVersionCompatibility

Inherited from TreeLikeInstances

Inherited from ToTreeLikeOps

Inherited from AnyRef

Inherited from Any

Ungrouped