10111213141516171819
@SuppressWarnings("all") public class None<T extends Object> extends Opt<T> { public T value() { try { throw new NoneException(); } catch (Throwable _e) { throw Exceptions.sneakyThrow(_e); } }
41424344454647484950
return this.exception.getStackTrace(); } public T value() { try { throw new NoneException(); } catch (Throwable _e) { throw Exceptions.sneakyThrow(_e); } }
355356357358359360361362363364365
} } if (!_matched) { if (o instanceof None) { _matched=true; throw new NoneException(); } } if (!_matched) { if (o instanceof Some) { _matched=true;