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

org.lambda.functions.Function0 Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package org.lambda.functions;

/**
  * Findable name for java.util.function.Supplier
  **/
public interface Function0
{
  public Out call();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy