-
FilteredTypes.create(org.praxislive.core.Container context)
Create a FilteredTypes for the provided context.
FilteredTypes.create(org.praxislive.core.Container context,
Predicate<org.praxislive.core.ComponentType> filter)
Create a FilteredTypes for the provided context, additionally filtering
the available types from the parent by the passed in filter.
FilteredTypes.create(org.praxislive.core.Container context,
Predicate<org.praxislive.core.ComponentType> filter,
Supplier<List<org.praxislive.core.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.
FilteredTypes.create(org.praxislive.core.Container context,
Predicate<org.praxislive.core.ComponentType> filter,
Supplier<List<org.praxislive.core.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.