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 IItemCollectionItemCollectionToolkit.build(Supplier<Stream<IItemIterable>> items) static IItemCollectionItemCollectionToolkit.build(Supplier<Stream<IItemIterable>> items, Set<IRange<IQuantity>> chunkRanges) static IItemCollectionstatic IItemCollectionItemCollectionToolkit.filterIfNotNull(IItemCollection items, IItemFilter filter) static IItemCollectionItemCollectionToolkit.merge(Supplier<Stream<IItemCollection>> items) Methods in org.openjdk.jmc.common.item with parameters of type IItemCollectionModifier and TypeMethodDescriptionItemToolkit.asIterable(IItemCollection items) Deprecated.static IItemCollectionItemCollectionToolkit.filterIfNotNull(IItemCollection items, IItemFilter filter) static StringItemCollectionToolkit.getDescription(IItemCollection items) static <T> TItemToolkit.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 IItemCollectionItemCollectionToolkit.merge(Supplier<Stream<IItemCollection>> items)