|
|
|
|
|
by rydel
2782 days ago
|
|
Java class can be functional also. Depends how you look. If a class doesn’t operates on side effects, but keeps the mutation only inside the class, then the class can be defined as functional. But on the method level it might be not. |
|