Uses of Interface
net.hydromatic.morel.util.PairList.IndexedBiConsumer
Packages that use PairList.IndexedBiConsumer
-
Uses of PairList.IndexedBiConsumer in net.hydromatic.morel.util
Methods in net.hydromatic.morel.util with parameters of type PairList.IndexedBiConsumerModifier and TypeMethodDescriptionvoidPairList.forEachIndexed(PairList.IndexedBiConsumer<T, U> consumer) Calls a BiConsumer with each pair in this list.voidPairLists.ArrayImmutablePairList.forEachIndexed(PairList.IndexedBiConsumer<T, U> consumer) voidPairLists.EmptyImmutablePairList.forEachIndexed(PairList.IndexedBiConsumer<T, U> consumer) voidPairLists.MutablePairList.forEachIndexed(PairList.IndexedBiConsumer<T, U> consumer) voidPairLists.SingletonImmutablePairList.forEachIndexed(PairList.IndexedBiConsumer<T, U> consumer)