Interface Function0<R>


public interface Function0<R>
A function with zero arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • apply

      R apply()