Uses of Interface
com.chutneytesting.agent.domain.explore.ExploreResult.Links
Packages that use ExploreResult.Links
-
Uses of ExploreResult.Links in com.chutneytesting.agent.domain.explore
Classes in com.chutneytesting.agent.domain.explore that implement ExploreResult.LinksModifier and TypeClassDescriptionstatic final classImmutableExploreResult.Links<SOURCE,DESTINATION> Immutable implementation ofExploreResult.Links.Methods in com.chutneytesting.agent.domain.explore that return ExploreResult.LinksModifier and TypeMethodDescriptionExploreResult.agentLinks()ImmutableExploreResult.agentLinks()static <S,D> ExploreResult.Links<S, D> ExploreResult.Links.empty()ExploreResult.targetLinks()ImmutableExploreResult.targetLinks()Methods in com.chutneytesting.agent.domain.explore with parameters of type ExploreResult.LinksModifier and TypeMethodDescriptionImmutableExploreResult.Builder.agentLinks(ExploreResult.Links<AgentId, AgentId> agentLinks) Initializes the value for theagentLinksattribute.static <SOURCE,DESTINATION>
ImmutableExploreResult.Links<SOURCE,DESTINATION> ImmutableExploreResult.Links.copyOf(ExploreResult.Links<SOURCE, DESTINATION> instance) Creates an immutable copy of aExploreResult.Linksvalue.ImmutableExploreResult.Links.Builder.from(ExploreResult.Links<SOURCE, DESTINATION> instance) Fill a builder with attribute values from the providedLinksinstance.static ImmutableExploreResultImmutableExploreResult.of(ExploreResult.Links<AgentId, AgentId> agentLinks, ExploreResult.Links<AgentId, TargetId> targetLinks) Construct a new immutableExploreResultinstance.ImmutableExploreResult.Builder.targetLinks(ExploreResult.Links<AgentId, TargetId> targetLinks) Initializes the value for thetargetLinksattribute.final ImmutableExploreResultImmutableExploreResult.withAgentLinks(ExploreResult.Links<AgentId, AgentId> value) Copy the current immutable object by setting a value for theagentLinksattribute.final ImmutableExploreResultImmutableExploreResult.withTargetLinks(ExploreResult.Links<AgentId, TargetId> value) Copy the current immutable object by setting a value for thetargetLinksattribute.