Raptor Aggregate Definitions
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <Id : RaptorAggregateId> create(id: Id): RaptorAggregate<out Id, RaptorAggregateCommand<Nothing>, RaptorAggregateChange<Id>>?
Link copied to clipboard
inline fun <Id : RaptorAggregateId> get(): RaptorAggregateDefinition<out RaptorAggregate<out Id, *, *>, out Id, out RaptorAggregateCommand<Id>, *>?
operator fun <Id : RaptorAggregateId> get(id: Id): RaptorAggregateDefinition<out RaptorAggregate<out Id, *, *>, out Id, *, *>?
operator fun <Id : RaptorAggregateId> get(idClass: KClass<Id>): RaptorAggregateDefinition<out RaptorAggregate<out Id, *, *>, out Id, out RaptorAggregateCommand<Id>, *>?
Link copied to clipboard