Uses of Class
org.praxislive.base.FilteredTypes
Packages that use FilteredTypes
-
Uses of FilteredTypes in org.praxislive.base
Methods in org.praxislive.base that return FilteredTypesModifier and TypeMethodDescriptionstatic FilteredTypesCreate a FilteredTypes for the provided context.static FilteredTypesFilteredTypes.create(Container context, Predicate<ComponentType> filter) Create a FilteredTypes for the provided context, additionally filtering the available types from the parent by the passed in filter.static FilteredTypesFilteredTypes.create(Container context, Predicate<ComponentType> filter, Supplier<List<ComponentType>> additional) Create a FilteredTypes for the provided context, additionally filtering the available types from the parent by the passed in filter, and adding in types from the supplied list.static FilteredTypesFilteredTypes.create(Container context, Predicate<ComponentType> filter, Supplier<List<ComponentType>> additional, boolean includeParentAdditional) Create a FilteredTypes for the provided context, additionally filtering the available types from the parent by the passed in filter, and adding in types from the supplied list.