|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - the type of the elementspublic interface RecordFactory<E>
Generates Records from the elements of a Stream.
| Field Summary | |
|---|---|
static Iteration |
iteration
The ongoing iteration. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final Iteration iteration
| Method Detail |
|---|
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 element
RuntimeException - if no record can be generated from the input element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||