plus
operator fun <T : Any> Matrix<T>.plus(newFeature: MatrixFeature): MatrixWrapper<T>
Content copied to clipboard
Add a single feature to a Matrix
operator fun <T : Any> Matrix<T>.plus(newFeatures: Collection<MatrixFeature>): MatrixWrapper<T>
Content copied to clipboard
Add a collection of features to a Matrix