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 Detail

      • apply

        void apply​(Param p)