Uses of Class
io.github.nejckorasa.CollectionCmpBuilder
-
Packages that use CollectionCmpBuilder Package Description io.github.nejckorasa -
-
Uses of CollectionCmpBuilder in io.github.nejckorasa
Methods in io.github.nejckorasa that return CollectionCmpBuilder Modifier and Type Method Description static <B,W>
CollectionCmpBuilder<B,W>CollectionCmp. of(Collection<B> baseList, Collection<W> workingList, Function<B,Serializable> baseKeyExtractor, Function<W,Serializable> workingKeyExtractor)
Initializes builderCollectionCmpBuilder
to compare collections of different object types (baseList and workingList).
-