Hierarchy For Package com.github.tonivade.purefun.optics
Class Hierarchy
- java.lang.Object
- com.github.tonivade.purefun.optics.Iso<S,
A> - com.github.tonivade.purefun.optics.Lens<S,
A> - com.github.tonivade.purefun.optics.Optional<S,
A> - com.github.tonivade.purefun.optics.PIso<S,
T, A, B> - com.github.tonivade.purefun.optics.PLens<S,
T, A, B> - com.github.tonivade.purefun.optics.POptional<S,
T, A, B> - com.github.tonivade.purefun.optics.PPrism<S,
T, A, B> - com.github.tonivade.purefun.optics.Prism<S,
A>
- com.github.tonivade.purefun.optics.Iso<S,