E - the type of the elementspublic interface RecordFactory<E>
Records from the elements of a Stream.| Modifier and Type | Field and Description |
|---|---|
static Iteration |
iteration
The ongoing iteration.
|
| Modifier and Type | Method and Description |
|---|---|
gr.uoa.di.madgik.grs.record.RecordDefinition[] |
definitions()
Returns the definitions of the records.
|
gr.uoa.di.madgik.grs.record.Record |
newRecord(E element)
Generates a
Record from a Stream element. |
static final Iteration iteration
gr.uoa.di.madgik.grs.record.RecordDefinition[] definitions()
gr.uoa.di.madgik.grs.record.Record newRecord(E element)
Record from a Stream element.element - the elementRuntimeException - if no record can be generated from the input elementCopyright © 2018. All Rights Reserved.