map
open override fun <T, P : Position2D<P>> map(layers: Collection<Layer<T, P>>): Collection<Function<in P, out Number>>
Content copied to clipboard
Effectively map the given layers, layers may be filtered too if the mapper is only able to map certain types of layers.