Loading...
Loading...
Use when you need to apply functional exception handling best practices in Java — including replacing exception overuse with Optional and VAVR Either types, designing error type hierarchies using sealed classes and enums, implementing monadic error composition pipelines, establishing functional control flow patterns, and reserving exceptions only for truly exceptional system-level failures. Part of the skills-for-java project
npx skill4agent add jabrena/cursor-rules-java 143-java-functional-exception-handlingOptional<T>NullPointerExceptionNotFoundExceptionEither<L,R>CompletableFuture<T>flatMapmappeekpeekLeft./mvnw validatemvn validateEitherio.vavr:vavr./mvnw clean verifymvn clean verify