Uses of Class
org.patternfly.core.Tuple
-
Uses of Tuple in org.patternfly.core
-
Uses of Tuple in org.patternfly.layout.gallery
Modifier and TypeMethodDescriptionfinal Gallery
Gallery.maxWidths
(Tuple<Breakpoint, String> first, Tuple<Breakpoint, String>... rest) final Gallery
Gallery.minWidths
(Tuple<Breakpoint, String> first, Tuple<Breakpoint, String>... rest) -
Uses of Tuple in org.patternfly.style
Modifier and TypeMethodDescriptionBreakpointCollector.accumulator()
static <V> Collector
<Tuple<Breakpoint, V>, StringBuilder, String> BreakpointCollector.modifiers()
Returns a collector that accumulatesTuple<Breakpoint, V>
objects into aStringBuilder
and produces aString
representation of the accumulated modifiers.static <V> Collector
<Tuple<Breakpoint, V>, StringBuilder, String> Returns a collector that accumulatesTuple<Breakpoint, V>
objects into aStringBuilder
and produces aString
representation of the accumulated modifiers.static <V> Collector
<Tuple<Breakpoint, V>, StringBuilder, String> BreakpointCollector.verticalModifiers()
Returns a collector that accumulatesTuple<Breakpoint, V>
objects into aStringBuilder
and produces aString
representation of the accumulated vertical modifiers.static <V> Collector
<Tuple<Breakpoint, V>, StringBuilder, String> BreakpointCollector.verticalModifiers
(Function<V, String> stringValue) Returns a collector that accumulatesTuple<Breakpoint, V>
objects into aStringBuilder
and produces aString
representation of the accumulated vertical modifiers.Modifier and TypeMethodDescriptionstatic <V> Breakpoints
<V> Breakpoints.breakpoints
(Iterable<Tuple<Breakpoint, V>> breakpoints) Creates a new instance of Breakpoints with the given breakpoints and values.