public abstract class Statement extends Object
private Statement
next
Statement()
void
all()
protected abstract void
run()
Statement
with(Callable<?> callable)
with(Runnable runnable)
with(Statement callback)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Statement next
public Statement()
protected abstract void run() throws Throwable
Throwable
public Statement with(Runnable runnable)
public Statement with(Callable<?> callable)
public Statement with(Statement callback)
public void all()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.