Skip to content

Magentaize/dynamicdata-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reactive collections based on RxKotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages