T - the type of the result of the function.@FunctionalInterface public interface WithLabel<T>
Function to create fluent builders such as GraphMLModel.builder().| Modifier and Type | Method and Description |
|---|---|
T |
withLabel(String label)
Takes a
String, processes it and returns a results of type T. |
Copyright © 2020. All rights reserved.