| Constructor and Description |
|---|
FuncBase() |
| Modifier and Type | Method and Description |
|---|---|
protected Osgl.Break |
breakOut(Object payload)
Return a
Osgl.Break with payload. |
protected final Osgl.Break breakOut(Object payload)
Osgl.Break with payload. Here is an example of how to use this method:
myData.accept(new Visitor(){
public void apply(T e) {
if (...) {
throw breakOut(e);
}
}
})
payload - the object passed through the BreakOsgl.Break instanceCopyright © 2017. All Rights Reserved.