Is it possible to use `Result<T>` in Java? A...
# announcements
g
Is it possible to use
Result<T>
in Java? All extensions seem to be
InlineOnly
, how would you fold this class?
d
Result
is an inline class, as such the usability from Java is very limited.
g
True that, got lost in details and forgot to check the class itself 🙂. Thanks!