Helper class that allows the types F
, T
, and P
to be inferred
from calls like api.RefType.applyRefM[F[T, P]](t)
.
Helper class that allows the types F
, T
, and P
to be inferred
from calls like api.RefType.applyRef[F[T, P]](t)
.
Helper class that allows the type T
to be inferred from calls like
api.RefType.refineM[P](t)
.
Helper class that allows the type T
to be inferred from calls like
api.RefType.refine[P](t)
.
This object was generated by sbt-buildinfo.