SumEqualOperator
interface SumEqualOperator
This interface is used to add the functionality of adding and assigning the value of one object with another, like vec1 += vec2.
public interface SumEqualOperator
— Methods (1) —
| Name | Description |
|---|
void sumEqual(Object otherObject) | Adds and assigns the value of one object to another.