SpecificPositions

class SpecificPositions(environment: Environment<*, *>, positions: Iterable<Number>) : Deployment<Position<*>>

Given an environment and a list of list of numbers, it creates a list of the right position type for the environment.

Constructors

Link copied to clipboard
constructor(environment: Environment<*, *>, vararg positions: Iterable<Number>)

Functions

Link copied to clipboard
open fun forEach(p0: Consumer<in Position<*>>)
Link copied to clipboard
@Nullable
open fun <T : Any> getAssociatedLinkingRule(): LinkingRule<T, Position<*>>?

Optional LinkingRule associated to the deployment.

Link copied to clipboard
open operator override fun iterator(): MutableIterator<Position<*>>
Link copied to clipboard
Link copied to clipboard
open override fun stream(): Stream<Position<*>>