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 = Map[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. implicit class RichEither[A, B] extends AnyRef

    Permalink
    Definition Classes
    ScalaVersionCompatibility
  9. 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 common

    Permalink
  4. 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