Skip to content

Files

Latest commit

a3d01fe · Sep 23, 2020

History

History
36 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.04 KB

DynamicData for Kotlin

Download

DynamicData for Kotlin is a portable class library which brings the power of Reactive Extensions (Rx) to collections written in Kotlin.

You can get details from the original project: DynamicData.

API differences

Interface

C# Kotlin
IChangeSet ChangeSet
IExtendedList ExtendedList
IGroup Group
IGrouping MutableGroup
IObservableList ObservableList
IPageChangeSet PageChangeSet
ISourceList EditableObservableList

Class

C# Kotlin
ChangeSet AnonymousChangeSet

Operator

C# Kotlin
AddRange addAll
RemoveRange removeAll
GroupOn groupOnMutable
GroupOnImmutable groupOn
Filter filterItem
Transform transform
transformWithIndex
transformWithOptional