Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
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
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