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