eu.timepit.refined.internal
Helper class that allows the types F, T, and P to be inferred from calls like api.RefType.applyRef[F[T, P]](t).
F
T
P
api.RefType.applyRef[F[T, P]](t)
See http://tpolecat.github.io/2015/07/30/infer.html for a detailed explanation of this trick.
Helper class that allows the types
F,T, andPto be inferred from calls likeapi.RefType.applyRef[F[T, P]](t).See http://tpolecat.github.io/2015/07/30/infer.html for a detailed explanation of this trick.