Package org.openrewrite.hcl.tree
Class HclLeftPadded<T>
java.lang.Object
org.openrewrite.hcl.tree.HclLeftPadded<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> HclLeftPadded<T>build(T element) map(UnaryOperator<T> map) toString()static <T> @Nullable HclLeftPadded<T>withElement(@Nullable HclLeftPadded<T> before, T elements)
-
Constructor Details
-
HclLeftPadded
public HclLeftPadded()
-
-
Method Details
-
map
-
withElement
@Nullable public static <T> @Nullable HclLeftPadded<T> withElement(@Nullable @Nullable HclLeftPadded<T> before, @Nullable T elements) -
toString
-
build
-