Package play.libs

Interface F.Function0<R>

  • Enclosing class:
    F

    public static interface F.Function0<R>
    A Function with no arguments.
    • Method Detail

      • apply

        R apply()
         throws java.lang.Throwable
        Throws:
        java.lang.Throwable