
org.jetbrains.kotlinx.jupyter.api.ResultsAccessor.kt Maven / Gradle / Ivy
package org.jetbrains.kotlinx.jupyter.api
/**
* Execution results accessor interface
*/
fun interface ResultsAccessor {
operator fun get(i: Int): Any?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy