We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This could be used as a coming out of a BatchLoader.
That way people can represent values and capture exceptions better!
DataLoader<String,Either<User>> dataLoader = ... Either<User> either = ... if (either.hasException() { println either.getException()