Interface ExploreResult.Links<SOURCE,DESTINATION>
- All Superinterfaces:
Iterable<ExploreResult.Link<SOURCE,DESTINATION>>
- All Known Implementing Classes:
ImmutableExploreResult.Links
- Enclosing interface:
- ExploreResult
@Immutable
public static interface ExploreResult.Links<SOURCE,DESTINATION>
extends Iterable<ExploreResult.Link<SOURCE,DESTINATION>>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S,D> ExploreResult.Links<S, D> empty()default Iterator<ExploreResult.Link<SOURCE,DESTINATION>> iterator()links()default Stream<ExploreResult.Link<SOURCE,DESTINATION>> stream()Methods inherited from interface java.lang.Iterable
forEach, spliterator