Searched refs:ZeroException (Results 1 – 1 of 1) sorted by relevance
3788 static class ZeroException extends RuntimeException { class in Monad3789 public ZeroException() { super("monadic zero"); } in ZeroException() method in Monad.ZeroException3797 return failedFuture(new ZeroException()); in zero()3811 assertTrue(success.getCause() instanceof ZeroException); in assertZero()