commonMain.jetbrains.datalore.plot.builder.sampling.Sampling.kt Maven / Gradle / Ivy
/*
* Copyright (c) 2019. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package jetbrains.datalore.plot.builder.sampling
interface Sampling {
val expressionText: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy