Class PreparedOutput
java.lang.Object
io.higson.runtime.engine.core.prepared.PreparedOutput
-
Constructor Summary
ConstructorsConstructorDescriptionPreparedOutput(ParameterEntry entry, int inputLevelCount) PreparedOutput(PreparedEntry entry, int inputLevelCount) -
Method Summary
-
Constructor Details
-
PreparedOutput
-
PreparedOutput
-
-
Method Details
-
getLevel
Gets level value by 0-based index [k] Returns null if [k] is greater or equal to array size (array does not contain trailing nulls) -
getLevels
Returns output cells without trailing null cells.
-