Interface Procedures.Procedure1<Param>

Type Parameters:
Param - the only argument that is passed to the closure
Enclosing interface:
Procedures

public static interface Procedures.Procedure1<Param>
A procedure that takes one argument.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • apply

      void apply(Param p)