Uses of Class
org.patternfly.core.Tuple
Packages that use Tuple
-
Uses of Tuple in org.patternfly.core
Methods in org.patternfly.core that return TupleMethods in org.patternfly.core that return types with arguments of type TupleMethod parameters in org.patternfly.core with type arguments of type Tuple -
Uses of Tuple in org.patternfly.layout.gallery
Methods in org.patternfly.layout.gallery with parameters of type TupleModifier 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
Methods in org.patternfly.style that return types with arguments of type TupleModifier 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.Method parameters in org.patternfly.style with type arguments of type TupleModifier and TypeMethodDescriptionstatic <V> Breakpoints
<V> Breakpoints.breakpoints
(Iterable<Tuple<Breakpoint, V>> breakpoints) Creates a new instance of Breakpoints with the given breakpoints and values.