Interface Function0<R>

Type Parameters:
R - Result type
All Superinterfaces:
Function<R>

public interface Function0<R> extends Function<R>
Function with no parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • apply

      R apply()