ChatParticipantMapper
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mapDataSnapshotToModelEvent(dat: DataSnapshot, event: ReactiveEvent.TYPE): ChatParticipantModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mapToEntityList(entities: MutableList<ChatParticipantModel>): MutableList<ChatParticipantEntity>
Link copied to clipboard
Link copied to clipboard
open fun mapToModelEvent(entity: ChatParticipantEntity, event: ReactiveEvent.TYPE): ChatParticipantModel
Link copied to clipboard
open fun mapToModelList(entities: MutableList<ChatParticipantEntity>): MutableList<ChatParticipantModel>