Uses of Interface
net.hydromatic.morel.util.PairList.IndexedBiConsumer
Packages that use PairList.IndexedBiConsumer
Package
Description
Abstract syntax tree.
Utilities.
-
Uses of PairList.IndexedBiConsumer in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast with parameters of type PairList.IndexedBiConsumerModifier and TypeMethodDescriptionvoidCore.Tuple.forEach(PairList.IndexedBiConsumer<String, Core.Exp> consumer) Calls a consumer with the name, expression and ordinal of each field of this tuple. -
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)