All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iodesystems.fn.data.Generator Maven / Gradle / Ivy

Go to download

Fn is a lazy Java Library that helps utilize some rudimentary functional concepts with more nounular objects

There is a newer version: 3.0.4
Show newest version
package com.iodesystems.fn.data;

public interface Generator {
    T next();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy