Package

ltbs

uniform

Permalink

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]

    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. implicit def catsSyntaxEither: (Either[Nothing, Nothing]) ⇒ EitherOps[Nothing, Nothing]

    Permalink
    Definition Classes
    ScalaVersionCompatibility
  3. package examples

    Permalink
  4. implicit def integralQuantity[I](implicit arg0: Integral[I]): Quantity[I]

    Permalink
    Definition Classes
    QuantityInstances
  5. implicit def listOfRulesToListList[A](in: List[Rule[A]]): List[List[Rule[A]]]

    Permalink
  6. implicit def monListMap[K, V]: Monoid[ListMap[K, V]] { def empty: scala.collection.immutable.ListMap[K,Nothing] }

    Permalink
  7. implicit def sequenceQuantity[S](implicit ev: (S) ⇒ Seq[_]): Quantity[S]

    Permalink
    Definition Classes
    QuantityInstances
  8. implicit def soloRuleToListList[A](in: Rule[A]): List[List[Rule[A]]]

    Permalink
  9. implicit def toQuantityOps[A](target: A)(implicit tc: Quantity[A]): Ops[A] { type TypeClassType = ltbs.uniform.Quantity[A] }

    Permalink
    Definition Classes
    ToQuantityOps
    Annotations
    @SuppressWarnings()
  10. 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 QuantityInstances

Inherited from ToQuantityOps

Inherited from ScalaVersionCompatibility

Inherited from TreeLikeInstances

Inherited from ToTreeLikeOps

Inherited from AnyRef

Inherited from Any

Ungrouped