Interface ExploreResult.Link<SOURCE,DESTINATION>

All Known Implementing Classes:
ImmutableExploreResult.Link
Enclosing interface:
ExploreResult

@Immutable public static interface ExploreResult.Link<SOURCE,DESTINATION>
A directed link, meaning source() can reach destination().
  • Method Details

    • source

      @Parameter SOURCE source()
    • destination

      @Parameter DESTINATION destination()