Packages

p

ltbs

uniform

package uniform

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

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 integralQuantity[I](implicit arg0: Integral[I]): Quantity[I]
    Definition Classes
    QuantityInstances
  2. implicit def listOfRulesToListList[A](in: List[Rule[A]]): List[List[Rule[A]]]
  3. implicit def monListMap[K, V]: Monoid[ListMap[K, V]] { def empty: scala.collection.immutable.ListMap[K,Nothing] }
  4. implicit def sequenceQuantity[S](implicit ev: (S) ⇒ Seq[_]): Quantity[S]
    Definition Classes
    QuantityInstances
  5. implicit def soloRuleToListList[A](in: Rule[A]): List[List[Rule[A]]]
  6. implicit def toQuantityOps[A](target: A)(implicit tc: Quantity[A]): Ops[A] { type TypeClassType = ltbs.uniform.Quantity[A] }
    Definition Classes
    ToQuantityOps
    Annotations
    @SuppressWarnings()
  7. 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()
  8. implicit object ErrorTree extends TreeLike[ErrorTree]
    Definition Classes
    TreeLikeInstances

Inherited from QuantityInstances

Inherited from ToQuantityOps

Inherited from ScalaVersionCompatibility

Inherited from TreeLikeInstances

Inherited from ToTreeLikeOps

Inherited from AnyRef

Inherited from Any

Ungrouped