Interface Setter<A,​B>

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

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

      • set

        A set​(A a,
              B b)