Class BreakpointCollector<V>

java.lang.Object
org.patternfly.style.BreakpointCollector<V>
Type Parameters:
V - the type of the values to be collected
All Implemented Interfaces:
Collector<Tuple<Breakpoint,V>,StringBuilder,String>

public class BreakpointCollector<V> extends Object implements Collector<Tuple<Breakpoint,V>,StringBuilder,String>
The BreakpointCollector collects tuples of Breakpoint and a generic value V as CSS modifier classes and returns the collected data as a String. See Breakpoints for details how the CSS modifier classes are built.

The joining methods accept a string function that can be used to further modify the value. See the examples below for details.

See Also: