Package one.xingyi.core.optics
Interface Getter<A,B>
-
- All Known Subinterfaces:
Lens<A,B>
public interface Getter<A,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <C> Getter<A,C>andThenGet(Getter<B,C> other)Bget(A a)
-