Package no.digipost.util
Interface GetsNamedValue<V>
-
- All Known Implementing Classes:
Attribute
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface GetsNamedValue<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetsNamedValue.NotFound
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Optional<V>getFrom(Function<String,?> getter)default Optional<V>getFrom(Map<String,? super V> map)default VrequireFrom(Function<String,?> getter)default VrequireFrom(Map<String,? super V> map)
-