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