BiConsumer<StringBuilder,Tuple<Breakpoint,V>> |
BreakpointCollector.accumulator() |
|
static <V> Collector<Tuple<Breakpoint,V>,StringBuilder,String> |
BreakpointCollector.modifiers() |
Returns a collector that accumulates Tuple<Breakpoint, V> objects into a StringBuilder and produces a
String representation of the accumulated modifiers.
|
static <V> Collector<Tuple<Breakpoint,V>,StringBuilder,String> |
BreakpointCollector.modifiers(Function<V,String> stringValue) |
Returns a collector that accumulates Tuple<Breakpoint, V> objects into a StringBuilder and produces a
String representation of the accumulated modifiers.
|
static <V> Collector<Tuple<Breakpoint,V>,StringBuilder,String> |
BreakpointCollector.verticalModifiers() |
Returns a collector that accumulates Tuple<Breakpoint, V> objects into a StringBuilder and produces a
String representation of the accumulated vertical modifiers.
|
static <V> Collector<Tuple<Breakpoint,V>,StringBuilder,String> |
BreakpointCollector.verticalModifiers(Function<V,String> stringValue) |
Returns a collector that accumulates Tuple<Breakpoint, V> objects into a StringBuilder and produces a
String representation of the accumulated vertical modifiers.
|