- Miami, FL
- in/freddy-cubas-b61018144
Pinned Loading
-
-
-
Typesafe Tagged Union in Java using ...
Typesafe Tagged Union in Java using Scott Encoding 1// public domain
2import java.util.function.Function;
3interface Either<A, B> {
4<C> C match(Function<A, C> left, Function<B, C> right);
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.