Interface Function0<Out>

All Known Implementing Classes:
F0

public interface Function0<Out>
Findable name for java.util.function.Supplier
  • Method Summary

    Modifier and Type Method Description
    Out call()  
  • Method Details

    • call

      Out call()