Interface UnaryProcedure<P>


@GwtCompatible @Deprecated(since="5.2.231004") public interface UnaryProcedure<P>
Deprecated.
since 5.2.231004 - Use Consumer instead
Simple procedure callback to be called with a type safe parameter.
Since:
4.2.416
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(P parameter)
    Deprecated.
    Procedure call of this unary function.
  • Method Details

    • invoke

      void invoke(P parameter)
      Deprecated.
      Procedure call of this unary function.
      Parameters:
      parameter - the parameter for this procedure call
      Since:
      4.2.416