toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-test
/
me.ahoo.wow.test.saga.stateless
/
CommandIterator
Command
Iterator
class
CommandIterator
(
val
delegate
:
Iterator
<
CommandMessage
<
*
>
>
)
:
Iterator
<
CommandMessage
<
*
>
>
,
Decorator
<
Iterator
<
CommandMessage
<
*
>
>
>
Members
Constructors
Command
Iterator
Link copied to clipboard
constructor
(
delegate
:
Iterator
<
CommandMessage
<
*
>
>
)
Properties
delegate
Link copied to clipboard
open
override
val
delegate
:
Iterator
<
CommandMessage
<
*
>
>
Functions
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p0
:
Consumer
<
in
CommandMessage
<
*
>
>
)
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
CommandMessage
<
*
>
next
Command
Link copied to clipboard
inline
fun
<
C
:
Any
>
nextCommand
(
)
:
CommandMessage
<
C
>
fun
<
C
:
Any
>
nextCommand
(
commandType
:
Class
<
C
>
)
:
CommandMessage
<
C
>
next
Command
Body
Link copied to clipboard
inline
fun
<
C
:
Any
>
nextCommandBody
(
)
:
C
fun
<
C
:
Any
>
nextCommandBody
(
commandType
:
Class
<
C
>
)
:
C