Uses of Class
com.chutneytesting.agent.domain.explore.ImmutableExploreResult.Links
Packages that use ImmutableExploreResult.Links
-
Uses of ImmutableExploreResult.Links in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return ImmutableExploreResult.LinksModifier and TypeMethodDescriptionImmutableExploreResult.Links.Builder.build()Builds a newLinks.static <SOURCE,DESTINATION>
ImmutableExploreResult.Links<SOURCE,DESTINATION> ImmutableExploreResult.Links.copyOf(ExploreResult.Links<SOURCE, DESTINATION> instance) Creates an immutable copy of aExploreResult.Linksvalue.static <SOURCE,DESTINATION>
ImmutableExploreResult.Links<SOURCE,DESTINATION> ImmutableExploreResult.Links.of(Iterable<? extends ExploreResult.Link<SOURCE, DESTINATION>> links) Construct a new immutableLinksinstance.static <SOURCE,DESTINATION>
ImmutableExploreResult.Links<SOURCE,DESTINATION> ImmutableExploreResult.Links.of(Set<ExploreResult.Link<SOURCE, DESTINATION>> links) Construct a new immutableLinksinstance.ImmutableExploreResult.Links.withLinks(ExploreResult.Link<SOURCE, DESTINATION>... elements) Copy the current immutable object with elements that replace the content oflinks.ImmutableExploreResult.Links.withLinks(Iterable<? extends ExploreResult.Link<SOURCE, DESTINATION>> elements) Copy the current immutable object with elements that replace the content oflinks.