Package org.openrewrite.protobuf.tree
Class ProtoRightPadded<T>
java.lang.Object
org.openrewrite.protobuf.tree.ProtoRightPadded<T>
- Type Parameters:
T-
A Proto element that could have trailing space.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ProtoRightPadded<T>build(T element) static <T> List<T>getElements(List<ProtoRightPadded<T>> ls) map(UnaryOperator<T> map) toString()static <P extends Proto>
List<ProtoRightPadded<P>>withElements(List<ProtoRightPadded<P>> before, List<P> elements)
-
Constructor Details
-
ProtoRightPadded
public ProtoRightPadded()
-
-
Method Details
-
map
-
getElements
-
withElements
public static <P extends Proto> List<ProtoRightPadded<P>> withElements(List<ProtoRightPadded<P>> before, List<P> elements) -
build
-
toString
-