eu.timepit.refined

internal

package internal

Visibility
  1. Public
  2. All

Type Members

  1. trait Adjacent[T] extends Ordering[T]

    Type class that provides the next greater or next smaller value for a given argument.

  2. final class ApplyRefMPartiallyApplied[FTP] extends AnyRef

    Helper class that allows the types F, T, and P to be inferred from calls like api.RefType.applyRefM[F[T, P]](t).

  3. final class ApplyRefPartiallyApplied[FTP] extends AnyRef

    Helper class that allows the types F, T, and P to be inferred from calls like api.RefType.applyRef[F[T, P]](t).

  4. final class RefineMFullyApplied[F[_, _], T, P] extends AnyRef

  5. final class RefineMPartiallyApplied[F[_, _], P] extends AnyRef

    Helper class that allows the type T to be inferred from calls like api.RefType.refineM[P](t).

  6. final class RefinePartiallyApplied[F[_, _], P] extends AnyRef

    Helper class that allows the type T to be inferred from calls like api.RefType.refine[P](t).

Value Members

  1. object Adjacent extends Serializable

  2. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object Resources

Ungrouped