| Package | Description |
|---|---|
| br.com.objectos.way.flat |
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.empty(Line line) |
static <T> Result<List<T>> |
Result.mixed(List<T> value,
List<ParseError> parseErrorList) |
static <T> Result<T> |
Result.of(T value) |
static <T> Result<T> |
Result.ofException(Line line,
Exception e) |
static <T> Result<T> |
Result.ofException(RecordParseException e) |
<T> Result<List<T>> |
FlatFileReader.parseList(RecordMatcher matcher,
RecordParser<T> parser) |
<T> Result<T> |
FlatFileReader.parseOne(RecordParser<T> parser) |
Copyright © 2016 Objectos Software LTDA. All rights reserved.