Interface Function0<R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
Function0.Impl, Function0.Null

public interface Function0<R> extends Serializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • apply

      R apply()