Class ObservableListsExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <S extends Any, T extends Any> Subscription syncWith(ObservableList<T> $self, ObservableList<S> source, Function1<S, T> mapping)
      final static <S extends Any, T extends Any> Subscription syncWith(ObservableList<T> $self, ObservableValue<List<S>> source, Function1<S, T> mapping)
      final static <S extends Any, T extends Any> Subscription syncWith(WritableValue<List<T>> $self, ObservableValue<List<S>> source, Function1<S, T> mapping)
      final static <T extends Any> ObservableList<T> toObservable(List<T> $self)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • syncWith

         final static <S extends Any, T extends Any> Subscription syncWith(ObservableList<T> $self, ObservableList<S> source, Function1<S, T> mapping)
      • syncWith

         final static <S extends Any, T extends Any> Subscription syncWith(ObservableList<T> $self, ObservableValue<List<S>> source, Function1<S, T> mapping)
      • syncWith

         final static <S extends Any, T extends Any> Subscription syncWith(WritableValue<List<T>> $self, ObservableValue<List<S>> source, Function1<S, T> mapping)