T - the type of the result of the function.@FunctionalInterface public interface WithC4Level<T>
Function to create fluent builders such as GraphMLModel.builder().| Modifier and Type | Method and Description |
|---|---|
default T |
withC4L1Level()
A semantic call to pass a
SourceType.C4_L1 value to the current function. |
default T |
withC4L2Level()
A semantic call to pass a
SourceType.C4_L2 value to the current function. |
default T |
withC4L3Level()
A semantic call to pass a
SourceType.C4_L3 value to the current function. |
T |
withC4Level(String level)
Takes a
String, processes it and returns a results of type T. |
default T withC4L1Level()
SourceType.C4_L1 value to the current function.default T withC4L2Level()
SourceType.C4_L2 value to the current function.default T withC4L3Level()
SourceType.C4_L3 value to the current function.Copyright © 2020. All rights reserved.