Uses of Class
com.chutneytesting.agent.domain.explore.ImmutableExploreResult
-
Packages that use ImmutableExploreResult Package Description com.chutneytesting.agent.domain.explore -
-
Uses of ImmutableExploreResult in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return ImmutableExploreResult Modifier and Type Method Description ImmutableExploreResultImmutableExploreResult.Builder. build()Builds a newImmutableExploreResult.static ImmutableExploreResultImmutableExploreResult. copyOf(ExploreResult instance)Creates an immutable copy of aExploreResultvalue.static ImmutableExploreResultImmutableExploreResult. of(ExploreResult.Links<AgentId,AgentId> agentLinks, ExploreResult.Links<AgentId,TargetId> targetLinks)Construct a new immutableExploreResultinstance.ImmutableExploreResultImmutableExploreResult. withAgentLinks(ExploreResult.Links<AgentId,AgentId> value)Copy the current immutable object by setting a value for theagentLinksattribute.ImmutableExploreResultImmutableExploreResult. withTargetLinks(ExploreResult.Links<AgentId,TargetId> value)Copy the current immutable object by setting a value for thetargetLinksattribute.
-