https://kotlinlang.org logo
g

ghedeon

11/11/2019, 3:47 PM
Is it possible to use
Result<T>
in Java? All extensions seem to be
InlineOnly
, how would you fold this class?
d

diesieben07

11/11/2019, 3:53 PM
Result
is an inline class, as such the usability from Java is very limited.
g

ghedeon

11/11/2019, 4:04 PM
True that, got lost in details and forgot to check the class itself 🙂. Thanks!
2 Views