@FunctionalInterface public interface GetsNamedValue<V>
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetsNamedValue.NotFound |
| Modifier and Type | Method and Description |
|---|---|
Optional<V> |
getFrom(Function<String,?> getter) |
default Optional<V> |
getFrom(Map<String,? super V> map) |
default V |
requireFrom(Function<String,?> getter) |
default V |
requireFrom(Map<String,? super V> map) |
Copyright © 2016 Digipost. All rights reserved.