graphmine-util / io.github.sof3.graphmine.util / KtsLoader / load
inline fun <reified R> load(reader: Reader): R
inline fun <reified R> load(reader:
Reader
):
R
Loads a script from a reader
R - the expected return type from the script
Return the value in the script