Version@FunctionalInterface public interface RuleControlledResourceContainer
| Modifier and Type | Method | Description |
|---|---|---|
RuleControlledResourceContainer |
reduce(ResolverContext ctx) |
Reduces the values within this container to the set of elements which match the specified
context.
|
@NonNull RuleControlledResourceContainer reduce(@NonNull ResolverContext ctx)
Reduces the values within this container to the set of elements which match the specified context.
This method returns a completely new instance of this container type with any elements which do not match the specified context removed.
ctx - a resolver context.Copyright © 2018 Basin. All rights reserved.