Uses of Interface
one.xingyi.core.optics.Setter
-
Packages that use Setter Package Description one.xingyi.core.optics -
-
Uses of Setter in one.xingyi.core.optics
Subinterfaces of Setter in one.xingyi.core.optics Modifier and Type Interface Description interfaceLens<A,B>Methods in one.xingyi.core.optics with parameters of type Setter Modifier and Type Method Description static <A,B>
Lens<A,B>Lens. create(Getter<A,B> get, Setter<A,B> set)
-