public abstract class TransformResultFuture<From,To> extends AbstractFuture<To>
Constructor and Description |
---|
TransformResultFuture(NotifyFuture<From> fromFuture) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
protected abstract To |
transform(From from) |
addListener, addListener, fetchResult, get, get, isCancelled, isDone, removeListener, removeListener, setError, setResult
public TransformResultFuture(NotifyFuture<From> fromFuture)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.