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