Interface Methods.Def.DoneFunction<A0,R>

Type Parameters:
A0 - the method definition
R - the return type
Enclosing class:
Methods.Def<MR,N>

public static interface Methods.Def.DoneFunction<A0,R>
A method reference for finishing a static method definition
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A0 arg)
     
  • Method Details

    • apply

      R apply(A0 arg)