Interface Methods.Def.ParamFunction<A0,T1 extends Types.BNonVoid,R>

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

public static interface Methods.Def.ParamFunction<A0,T1 extends Types.BNonVoid,R>
A method reference for defining a parameter
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A0 arg0, T1 type, String name, Consumer<Local<T1>> receiver)