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