Class BiProperty<P1,​P2>

  • Type Parameters:
    P1 - first property
    P2 - second property

    public final class BiProperty<P1,​P2>
    extends Object
    Internal generic wrapper.
    Since:
    2.19
    Author:
    Tibor Digana (tibor17)
    • Constructor Detail

      • BiProperty

        public BiProperty​(P1 p1,
                          P2 p2)
    • Method Detail

      • getP1

        public P1 getP1()
      • getP2

        public P2 getP2()