33343536373839
super(name); } @Override protected Operation prepareOperation() { return new IsEmptyOperation(name); }
949596979899100101
throw ExceptionUtil.rethrowAllowInterrupted(throwable); } } public boolean isEmpty() { IsEmptyOperation operation = new IsEmptyOperation(name); return (Boolean) invokeAndGet(operation); }