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 protected Table.RowColumnCollector. createFinisherRow(Table table)protected Table.RowResultTableCollector. createFinisherRow(Table table)protected Table.RowTableCollector. createFinisherRow(Table table)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 java.util.stream.Stream<Table.Row>Table. parallelStream()java.util.stream.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(java.util.function.Consumer<? super Table.Row> action)booleanTableSpliterator. tryAdvance(java.util.function.Consumer<? super Table.Row> action)
-