T - the type of the result of the function.@FunctionalInterface public interface WithKeys<T>
Function to create fluent builders such as GraphMLModel.builder().| Modifier and Type | Method and Description |
|---|---|
T |
withKeys(List<KeyModel> keys)
Takes a list of
KeyModel, processes it and returns a results of type T. |
default T |
withoutKeys()
A semantic call to pass no value to the current function.
|
T withKeys(List<KeyModel> keys)
KeyModel, processes it and returns a results of type T.keys - the parameter given to the function.default T withoutKeys()
Copyright © 2020. All rights reserved.