Interface CycleArchCondition.NeedsRetrieveDescription<COMPONENT>
- All Known Implementing Classes:
CycleArchCondition.Builder
- Enclosing class:
- CycleArchCondition<COMPONENT>
@PublicAPI(usage=ACCESS,
state=EXPERIMENTAL)
public static interface CycleArchCondition.NeedsRetrieveDescription<COMPONENT>
-
Method Summary
Modifier and TypeMethodDescriptionretrieveDescriptionBy(Function<? super COMPONENT, String> retrieveDescription)
-
Method Details
-
retrieveDescriptionBy
@PublicAPI(usage=ACCESS, state=EXPERIMENTAL) CycleArchCondition.NeedsRetrieveOutgoingDependencies<COMPONENT> retrieveDescriptionBy(Function<? super COMPONENT, String> retrieveDescription) - Parameters:
retrieveDescription- AFunctionto retrieve the description of aCOMPONENT
-