toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-test
/
me.ahoo.wow.test.aggregate
/
EventIterator
Event
Iterator
class
EventIterator
(
val
delegate
:
Iterator
<
DomainEvent
<
*
>
>
)
:
Iterator
<
DomainEvent
<
*
>
>
,
Decorator
<
Iterator
<
DomainEvent
<
*
>
>
>
Members
Constructors
Event
Iterator
Link copied to clipboard
constructor
(
delegate
:
Iterator
<
DomainEvent
<
*
>
>
)
Properties
delegate
Link copied to clipboard
open
override
val
delegate
:
Iterator
<
DomainEvent
<
*
>
>
Functions
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p0
:
Consumer
<
in
DomainEvent
<
*
>
>
)
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
DomainEvent
<
*
>
next
Event
Link copied to clipboard
inline
fun
<
E
:
Any
>
nextEvent
(
)
:
DomainEvent
<
E
>
fun
<
E
:
Any
>
nextEvent
(
eventType
:
Class
<
E
>
)
:
DomainEvent
<
E
>
next
Event
Body
Link copied to clipboard
inline
fun
<
E
:
Any
>
nextEventBody
(
)
:
E
fun
<
E
:
Any
>
nextEventBody
(
eventType
:
Class
<
E
>
)
:
E