public interface SimpleFuture<V> extends Future<V>
Modifier and Type | Field and Description |
---|---|
static SimpleFuture |
dumb |
Modifier and Type | Method and Description |
---|---|
static SimpleFuture |
dumb() |
void |
fail(Throwable e) |
void |
set(V v) |
static final SimpleFuture dumb
static SimpleFuture dumb()
void fail(Throwable e)
void set(V v)
Copyright © 2019 JBoss by Red Hat. All rights reserved.