Interface Getter<A,​B>

  • All Known Subinterfaces:
    Lens<A,​B>

    public interface Getter<A,​B>
    • Method Detail

      • get

        B get​(A a)
      • andThenGet

        default <C> Getter<A,​C> andThenGet​(Getter<B,​C> other)