public class Result<T,K> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Result.FieldError<K> |
static class |
Result.ResultBuilder<T,K> |
| Modifier and Type | Method and Description |
|---|---|
static <T,K> org.simpleflatmapper.util.Function<Result.ResultBuilder<T,K>,Result<T,K>> |
buildingFunction() |
List<Result.FieldError<K>> |
getErrors() |
T |
getValue() |
boolean |
hasErrors() |
String |
toString() |
public T getValue()
public List<Result.FieldError<K>> getErrors()
public boolean hasErrors()
public static <T,K> org.simpleflatmapper.util.Function<Result.ResultBuilder<T,K>,Result<T,K>> buildingFunction()
Copyright © 2018. All rights reserved.