Package one.xingyi.core.optics
Interface Setter<A,B>
-
- All Known Subinterfaces:
Lens<A,B>
public interface Setter<A,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Aset(A a, B b)
-