Interface Lens<S,T,A,B>

All Superinterfaces:
App2<Lens.Mu<A,B>,S,T>, Optic<Cartesian.Mu,S,T,A,B>
All Known Implementing Classes:
Proj1, Proj2

public interface Lens<S,T,A,B> extends App2<Lens.Mu<A,B>,S,T>, Optic<Cartesian.Mu,S,T,A,B>