-
- All Implemented Interfaces:
-
java.lang.Iterable
@FunctionalInterface() public interface Deployment<P extends Position<out P>> implements Iterable<P>
-
-
Method Summary
Modifier and Type Method Description abstract Stream<P>stream()Iterator<P>iterator()<T> LinkingRule<T, P>getAssociatedLinkingRule()Optional LinkingRule associated to the deployment. -
-
Method Detail
-
getAssociatedLinkingRule
@Nullable() <T> LinkingRule<T, P> getAssociatedLinkingRule()
Optional LinkingRule associated to the deployment.
-
-
-
-