public class Lines extends BaseGenerator<String>
| Modifier and Type | Method and Description |
|---|---|
static Lines |
from(File file) |
static Lines |
from(Reader reader) |
void |
run(UnaryProcedure<? super String> proc) |
void |
stop() |
getWrappedGenerator, isStopped, to, to, toCollectionpublic static Lines from(File file) throws FileNotFoundException
FileNotFoundExceptionpublic void run(UnaryProcedure<? super String> proc)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.