AddAddOperator
interface AddAddOperator
This interface is used to add the functionality of adding the value of the object by one, like vec1++.
public interface AddAddOperator
— Methods (1) —
| Name | Description |
|---|---|
| void addAdd() | Sum the value of the object by one. |