Class EqPair<B,​W>


  • public class EqPair<B,​W>
    extends Object
    Structure that defined if two objects are equal. Objects are equal if the results of base working are equal.
    • Method Detail

      • getBase

        public Function<B,​?> getBase()
      • getWorking

        public Function<W,​?> getWorking()
      • isEqual

        public boolean isEqual​(B base,
                               W working)