Interface CycleArchCondition.NeedsRetrieveOutgoingDependencies<COMPONENT>
- All Known Implementing Classes:
CycleArchCondition.Builder
- Enclosing class:
- CycleArchCondition<COMPONENT>
@PublicAPI(usage=ACCESS,
state=EXPERIMENTAL)
public static interface CycleArchCondition.NeedsRetrieveOutgoingDependencies<COMPONENT>
-
Method Summary
Modifier and TypeMethodDescriptionretrieveOutgoingDependenciesBy(Function<? super COMPONENT, Set<Dependency>> retrieveOutgoingDependencies)
-
Method Details
-
retrieveOutgoingDependenciesBy
@PublicAPI(usage=ACCESS, state=EXPERIMENTAL) CycleArchCondition.Builder<COMPONENT> retrieveOutgoingDependenciesBy(Function<? super COMPONENT, Set<Dependency>> retrieveOutgoingDependencies) - Parameters:
retrieveOutgoingDependencies- AFunctionto retrieve the outgoingdependenciesof aCOMPONENT
-