T - the type of the result of the function.@FunctionalInterface public interface WithProtocol<T>
Function to create fluent builders such as GraphMLModel.builder().| Modifier and Type | Method and Description |
|---|---|
default T |
withoutProtocol()
A semantic call to pass no value to the current function.
|
T |
withProtocol(String protocol)
Takes a
String, processes it and returns a results of type T. |
default T withoutProtocol()
Copyright © 2020. All rights reserved.