public interface AddressSelector<A extends Address>
| Modifier and Type | Method and Description |
|---|---|
default void |
markdown(A address) |
Optional<A> |
selectAddress(Optional<String> addressSelectionContext)
Deprecated.
|
default Optional<A> |
selectAddress(Optional<String> addressSelectionContext,
Set<A> attempted) |
Copyright © 2012–2018. All rights reserved.