Interface Function0<Out>


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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • call

      Out call()