it.kamaladafrica.codicefiscale.city.CityStreamSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codice-fiscale Show documentation
Show all versions of codice-fiscale Show documentation
Yet another "Codice Fiscale" (italian tax code) calculator.
The newest version!
package it.kamaladafrica.codicefiscale.city;
import java.util.function.Supplier;
import java.util.stream.Stream;
import it.kamaladafrica.codicefiscale.City;
public interface CityStreamSupplier extends Supplier> {
}