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