Class MappedList<A,B>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<E>
javafx.collections.transformation.TransformationList<B,A>
net.corda.client.jfx.utils.AbstractMappedList<A,B>
net.corda.client.jfx.utils.MappedList<A,B>
All Implemented Interfaces:
Iterable<B>, Collection<B>, List<B>, javafx.beans.Observable, javafx.collections.ObservableList<B>

public class MappedList<A,B> extends net.corda.client.jfx.utils.AbstractMappedList<A,B>
  • Constructor Details

    • MappedList

      public MappedList(@NotNull javafx.collections.ObservableList<A> list, @NotNull kotlin.jvm.functions.Function1<A,B> function)
  • Method Details

    • getViewIndex

      public int getViewIndex(int i)
      Specified by:
      getViewIndex in class javafx.collections.transformation.TransformationList<B,A>