Implementations accept a given value and perform work on the argument.
- the type of values to accept| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
accept(T t)Execute the logic of the action, accepting the given parameter. |