Aggregator
that can handle multiple event types by adding
one or more single event aggregators.CommandHandler
that can handle several different commands types by adding
one or more single command handlers.Result
Result
from a array value of errorResult
from a {@link NonEmptyList< E >}
}Result
with the
extracted reason extracted from the functions returned Result<E, T>
Result
asynchronously.Result
if the Result.isSuccess() is true else
return the default value provided.Result
with the
output value the result of that function.List
implementation that is guaranteed to contain at least one item.CommandError
from a Throwable
.CommandError
from a Throwable
.Result
from a value.Copyright © 2019. All rights reserved.