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