public interface AsyncGenerator<VALUE> extends AsyncIteratorIterable<VALUE>
Modifier and Type | Method and Description |
---|---|
<any> |
next() |
<any> |
next(java.lang.Object value) |
<any> |
return_(VALUE value) |
<any> |
throw_(java.lang.Object exception) |
<any> next()
next
in interface AsyncIterator<VALUE,java.lang.Object,java.lang.Object>
<any> next(java.lang.Object value)
next
in interface AsyncIterator<VALUE,java.lang.Object,java.lang.Object>
<any> return_(VALUE value)
<any> throw_(java.lang.Object exception)