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.RowTableCollector. createFinisherRow(Table table)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)
-