Interface IdOf<T>

All Superinterfaces:
Kind<Id<?>,T>
All Known Implementing Classes:
Id

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface IdOf<T> extends Kind<Id<?>,T> permits Id<T>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <T> Id<T>
    toId(Kind<Id<?>,? extends T> value)
     

    Methods inherited from interface com.github.tonivade.purefun.Kind

    fix, kind
  • Method Details

    • toId

      static <T> Id<T> toId(Kind<Id<?>,? extends T> value)