Closed stiesssh closed 1 year ago
Result.empty() and Result.of() (without arguments) both create an empty result. To me, this seems to be two method for the same purpose. one of them should be removed.
Result.empty()
Result.of()
closed by #5
Result.empty()
andResult.of()
(without arguments) both create an empty result. To me, this seems to be two method for the same purpose. one of them should be removed.