GraphMine

graphmine-util / io.github.sof3.graphmine.util / KtsLoader / load

load

inline fun <reified R> load(reader: Reader): R

Loads a script from a reader

Parameters

R - the expected return type from the script

Return the value in the script