Uses of Class
io.github.nejckorasa.EqPair
-
Packages that use EqPair Package Description io.github.nejckorasa -
-
Uses of EqPair in io.github.nejckorasa
Methods in io.github.nejckorasa that return EqPair Modifier and Type Method Description static <B,W>
EqPair<B,W>EqPair. of(Function<B,?> base, Function<W,?> working)
Methods in io.github.nejckorasa with parameters of type EqPair Modifier and Type Method Description CmpResult<B,W>
CollectionCmpBuilder. compare(EqPair<B,W>... eqPair)
Compare matched items based on equality pairstatic <B,W>
booleanObjectCmp. equals(B base, W working, EqPair<B,W>... eqPair)
Compares base and working objects using equality pair
-