U - the type of the result of the function.@FunctionalInterface public interface WithDirection<U>
| Modifier and Type | Method and Description |
|---|---|
default U |
withDefaultDirection()
Calls the
FunctionalInterface with a default "directed" string. |
U |
withDirection(String value)
Takes a string, processes it and returns a result of type U.
|
default U withDefaultDirection()
FunctionalInterface with a default "directed" string.Copyright © 2020. All rights reserved.