Uses of Interface
org.openjdk.jmc.common.item.IItemCollection
Packages that use IItemCollection
-
Uses of IItemCollection in org.openjdk.jmc.common.item
Fields in org.openjdk.jmc.common.item declared as IItemCollectionMethods in org.openjdk.jmc.common.item that return IItemCollectionModifier and TypeMethodDescriptionIItemCollection.apply
(IItemFilter filter) Creates a new item collection with all items in this collection that pass through the filter.static IItemCollection
ItemCollectionToolkit.build
(Supplier<Stream<IItemIterable>> items) static IItemCollection
ItemCollectionToolkit.build
(Supplier<Stream<IItemIterable>> items, Set<IRange<IQuantity>> chunkRanges) static IItemCollection
static IItemCollection
ItemCollectionToolkit.filterIfNotNull
(IItemCollection items, IItemFilter filter) static IItemCollection
ItemCollectionToolkit.merge
(Supplier<Stream<IItemCollection>> items) Methods in org.openjdk.jmc.common.item with parameters of type IItemCollectionModifier and TypeMethodDescriptionItemToolkit.asIterable
(IItemCollection items) Deprecated.static IItemCollection
ItemCollectionToolkit.filterIfNotNull
(IItemCollection items, IItemFilter filter) static String
ItemCollectionToolkit.getDescription
(IItemCollection items) static <T> T
ItemToolkit.getFirstFound
(IItemCollection items, IAttribute<T> attribute) Returns the value of the event first encountered with the attribute.static <V> Optional<IItemIterable>
ItemCollectionToolkit.join
(IItemCollection items, String withTypeId) Method parameters in org.openjdk.jmc.common.item with type arguments of type IItemCollectionModifier and TypeMethodDescriptionstatic IItemCollection
ItemCollectionToolkit.merge
(Supplier<Stream<IItemCollection>> items)