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, meaningsource()can reachdestination().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DESTINATIONdestination()SOURCEsource()
-
-
-
Method Detail
-
source
@Parameter SOURCE source()
-
destination
@Parameter DESTINATION destination()
-
-