Indicates whether another object is equal to this function. Most implementations will have no reason to override the behavior of Object#equals. However, an implementation may also choose to return true whenever object is a Function that it considers interchange
(@Nullable Object object)
| 76 | * that the functions are known <i>not</i> to be interchangeable. |
| 77 | */ |
| 78 | @Override |
| 79 | boolean equals(@Nullable Object object); |
| 80 | } |
no outgoing calls
no test coverage detected