Uses of Class
org.praxislive.base.FilteredTypes
-
Packages that use FilteredTypes Package Description org.praxislive.base -
-
Uses of FilteredTypes in org.praxislive.base
Methods in org.praxislive.base that return FilteredTypes Modifier and Type Method Description static FilteredTypesFilteredTypes. create(Container context)Create 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.
-