Uses of Interface
com.chutneytesting.agent.domain.explore.ExploreResult.Link
-
Packages that use ExploreResult.Link Package Description com.chutneytesting.agent.domain.explore -
-
Uses of ExploreResult.Link in com.chutneytesting.agent.domain.explore
Classes in com.chutneytesting.agent.domain.explore that implement ExploreResult.Link Modifier and Type Class Description static classImmutableExploreResult.Link<SOURCE,DESTINATION>Immutable implementation ofExploreResult.Link.Methods in com.chutneytesting.agent.domain.explore that return types with arguments of type ExploreResult.Link Modifier and Type Method Description default Iterator<ExploreResult.Link<SOURCE,DESTINATION>>ExploreResult.Links. iterator()Set<ExploreResult.Link<SOURCE,DESTINATION>>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.Link Modifier and Type Method Description ImmutableExploreResult.Links.Builder<SOURCE,DESTINATION>ImmutableExploreResult.Links.Builder. addLinks(ExploreResult.Link<SOURCE,DESTINATION> element)Adds one element tolinksset.ImmutableExploreResult.Links.Builder<SOURCE,DESTINATION>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<SOURCE,DESTINATION>ImmutableExploreResult.Link.Builder. from(ExploreResult.Link<SOURCE,DESTINATION> instance)Fill a builder with attribute values from the providedLinkinstance.ImmutableExploreResult.Links<SOURCE,DESTINATION>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.Link Modifier and Type Method Description ImmutableExploreResult.Links.Builder<SOURCE,DESTINATION>ImmutableExploreResult.Links.Builder. addAllLinks(Iterable<? extends ExploreResult.Link<SOURCE,DESTINATION>> elements)Adds elements tolinksset.ImmutableExploreResult.Links.Builder<SOURCE,DESTINATION>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<SOURCE,DESTINATION>ImmutableExploreResult.Links. withLinks(Iterable<? extends ExploreResult.Link<SOURCE,DESTINATION>> elements)Copy the current immutable object with elements that replace the content oflinks.
-