Uses of Interface
com.chutneytesting.agent.domain.explore.ExploreResult.Link
Packages that use ExploreResult.Link
-
Uses of ExploreResult.Link in com.chutneytesting.agent.domain.explore
Classes in com.chutneytesting.agent.domain.explore that implement ExploreResult.LinkModifier and TypeClassDescriptionstatic final classImmutableExploreResult.Link<SOURCE,DESTINATION> Immutable implementation ofExploreResult.Link.Methods in com.chutneytesting.agent.domain.explore that return types with arguments of type ExploreResult.LinkModifier and TypeMethodDescriptiondefault Iterator<ExploreResult.Link<SOURCE,DESTINATION>> ExploreResult.Links.iterator()ExploreResult.Links.links()com.google.common.collect.ImmutableSet<ExploreResult.Link<SOURCE,DESTINATION>> ImmutableExploreResult.Links.links()default Stream<ExploreResult.Link<SOURCE,DESTINATION>> ExploreResult.Links.stream()Methods in com.chutneytesting.agent.domain.explore with parameters of type ExploreResult.LinkModifier and TypeMethodDescriptionImmutableExploreResult.Links.Builder.addLinks(ExploreResult.Link<SOURCE, DESTINATION> element) Adds one element tolinksset.ImmutableExploreResult.Links.Builder.addLinks(ExploreResult.Link<SOURCE, DESTINATION>... elements) Adds elements tolinksset.static <SOURCE,DESTINATION>
ImmutableExploreResult.Link<SOURCE,DESTINATION> ImmutableExploreResult.Link.copyOf(ExploreResult.Link<SOURCE, DESTINATION> instance) Creates an immutable copy of aExploreResult.Linkvalue.ImmutableExploreResult.Link.Builder.from(ExploreResult.Link<SOURCE, DESTINATION> instance) Fill a builder with attribute values from the providedLinkinstance.ImmutableExploreResult.Links.withLinks(ExploreResult.Link<SOURCE, DESTINATION>... elements) Copy the current immutable object with elements that replace the content oflinks.Method parameters in com.chutneytesting.agent.domain.explore with type arguments of type ExploreResult.LinkModifier and TypeMethodDescriptionImmutableExploreResult.Links.Builder.addAllLinks(Iterable<? extends ExploreResult.Link<SOURCE, DESTINATION>> elements) Adds elements tolinksset.ImmutableExploreResult.Links.Builder.links(Iterable<? extends ExploreResult.Link<SOURCE, DESTINATION>> elements) Sets or replaces all elements forlinksset.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(Iterable<? extends ExploreResult.Link<SOURCE, DESTINATION>> elements) Copy the current immutable object with elements that replace the content oflinks.