Interface WriterOf<L,A>
- All Known Subinterfaces:
Writer<L,A>
@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor")
public sealed interface WriterOf<L,A>
extends Kind<Writer<L,?>,A>
permits Writer<L,A>
-
Method Summary
Static Methods
-
Method Details
-
toWriter
-