You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mean, I'm aware I'm able to import maven artifact dependency into my java project, but it's not clear to how to use its classes. Am I able to use Either, or EitherKt.
Which limitations am I going to face with?
I've played a bit, but I'm getting some compilation warnings:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It's not clear to if I'm able to use arrow typed error classes in java.
I've took a look on arrow typed errors documentation here.
I mean, I'm aware I'm able to import maven artifact dependency into my java project, but it's not clear to how to use its classes. Am I able to use
Either
, orEitherKt
.Which limitations am I going to face with?
I've played a bit, but I'm getting some compilation warnings:
How could I provide an either object like
Either<NonEmptyList<String>, Reference
?Beta Was this translation helpful? Give feedback.
All reactions