public interface ObjectTypeFilter<TYPE extends ObjectType,TARGET>
ObjectType instances in the context of the TARGET instance. The TARGET type is implementation
dependent. Filters only valid instances.| Modifier and Type | Method and Description |
|---|---|
Collection<TYPE> |
filterObjectTypes(Collection<TYPE> types,
TARGET target)
Filters input collection of
ObjectTypes. |
Collection<TYPE> filterObjectTypes(Collection<TYPE> types, TARGET target)
ObjectTypes. Only valid ObjectTypes should be returned.Copyright © 2017 SAP SE. All Rights Reserved.