Package com.github.tonivade.purefun.type
Interface IdOf<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
-
Method Details
-
toId
-