Package io.github.nejckorasa
Class EqPair<B,W>
- java.lang.Object
-
- io.github.nejckorasa.EqPair<B,W>
-
public class EqPair<B,W> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<B,?>
getBase()
Function<W,?>
getWorking()
boolean
isEqual(B base, W working)
static <B,W>
EqPair<B,W>of(Function<B,?> base, Function<W,?> working)
-