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

io.github.cshencode.function.Function0 Maven / Gradle / Ivy

There is a newer version: 2.1.2-RELEASE
Show newest version
package io.github.cshencode.function;

import java.io.Serializable;

@FunctionalInterface
public interface Function0 extends Serializable {
    R apply();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy