Interface ArgumentConsumer<T>

Type Parameters:
T - Argument param
All Known Implementing Classes:
AddCommand, AddIfMaxCommand, AddIfMinCommand, RemoveGreaterCommand, UpdateCommand

public interface ArgumentConsumer<T>
Provides Argument Consumer
Since:
2.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setObj (T obj)
     
  • Method Details

    • setObj

      void setObj (T obj)