Package io.sundr.builder
Interface Inlineable<T>
- Type Parameters:
T- The object to inline.
public interface Inlineable<T>
An interface that describes an Inlineable object.
-
Method Summary
-
Method Details
-
update
T update()
-
T - The object to inline.