Replies: 1 comment 4 replies
-
I strongly recommend checking Kotlin's docs about calling Kotlin functions from Java. Whether the method is available through |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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