T - the type of the result of the function.@FunctionalInterface public interface Build<T>
Function to create fluent builders such as for the GraphMLModel.builder() design
pattern.| Modifier and Type | Method and Description |
|---|---|
T |
build()
Returns a result of type T.
|
T build()
Copyright © 2020. All rights reserved.