Uses of Interface
manifold.ext.rt.api.IndexedConsumer
-
Packages that use IndexedConsumer Package Description manifold.ext.rt.api manifold.ext.rt.extensions.manifold.rt.api.Array -
-
Uses of IndexedConsumer in manifold.ext.rt.api
Methods in manifold.ext.rt.api that return IndexedConsumer Modifier and Type Method Description default IndexedConsumer<T>IndexedConsumer. andThen(IndexedConsumer<? super T> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in manifold.ext.rt.api with parameters of type IndexedConsumer Modifier and Type Method Description default IndexedConsumer<T>IndexedConsumer. andThen(IndexedConsumer<? super T> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation. -
Uses of IndexedConsumer in manifold.ext.rt.extensions.manifold.rt.api.Array
Methods in manifold.ext.rt.extensions.manifold.rt.api.Array with parameters of type IndexedConsumer Modifier and Type Method Description static voidManArrayExt. forEach(Object array, IndexedConsumer<? super Object> action)
-