Class AggregatedList<A,E,K>

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

public class AggregatedList<A,E,K> extends net.corda.client.jfx.utils.AbstractAggregatedList<A,E,K>
  • Constructor Details

    • AggregatedList

      public AggregatedList(@NotNull javafx.collections.ObservableList<? extends E> list, @NotNull kotlin.jvm.functions.Function1<E,K> toKey, @NotNull kotlin.jvm.functions.Function2<K,javafx.collections.ObservableList<E>,A> assemble)
  • Method Details

    • getViewIndex

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