Uses of Class
org.jpmml.evaluator.Table.Row
-
Packages that use Table.Row Package Description org.jpmml.evaluator -
-
Uses of Table.Row in org.jpmml.evaluator
Methods in org.jpmml.evaluator that return Table.Row Modifier and Type Method Description Table.RowTable. createReaderRow(int origin)Creates a row that can advance till the end of the table, but not beyond it.Table.RowTable. createReaderRow(int origin, int fence)Creates a row that can advance within the specified range.Table.RowTable. createWriterRow(int origin)Creates a row that can advance indefinitely.Methods in org.jpmml.evaluator that return types with arguments of type Table.Row Modifier and Type Method Description Stream<Table.Row>Table. parallelStream()Stream<Table.Row>Table. stream()Method parameters in org.jpmml.evaluator with type arguments of type Table.Row Modifier and Type Method Description voidTableSpliterator. forEachRemaining(Consumer<? super Table.Row> action)booleanTableSpliterator. tryAdvance(Consumer<? super Table.Row> action)
-