Packages

p

ltbs

uniform

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

Package Members

  1. package examples

Type Members

  1. type ::[H, T <: HList] = shapeless.::[H, T]
  2. type BigString = String with Tagged[BigStringTag]
  3. type ErrorTree = ListMap[NonEmptyList[InputPath], NonEmptyList[ErrorMsg]]
  4. type Input = Map[InputPath, List[String]]
  5. type InputPath = List[String]
  6. class MapTree[K, V] extends TreeLike[Map[List[K], V]]
    Definition Classes
    TreeLikeInstances
  7. type NilTypes = shapeless.::[Unit, HNil]
  8. type NonEmptyString = String with Tagged[NonEmptyStringTag]

Value Members

  1. implicit def monListMap[K, V](implicit arg0: Semigroup[V]): Monoid[ListMap[K, V]] { def empty: scala.collection.immutable.ListMap[K,Nothing] }
  2. def taggedEqInstance[A, Tag](eqBase: Eq[A]): Eq[@@[A, Tag]]
  3. 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} }
    Definition Classes
    ToTreeLikeOps
    Annotations
    @SuppressWarnings()
  4. implicit object ErrorTree extends TreeLike[ErrorTree]
    Definition Classes
    TreeLikeInstances

Inherited from ScalaVersionCompatibility

Inherited from TreeLikeInstances

Inherited from ToTreeLikeOps

Inherited from AnyRef

Inherited from Any

Ungrouped