Uses of Class
org.patternfly.core.Tuple
-
Packages that use Tuple Package Description org.patternfly.core org.patternfly.layout.gallery org.patternfly.style -
-
Uses of Tuple in org.patternfly.core
Methods in org.patternfly.core that return Tuple Modifier and Type Method Description static <K,V>
Tuple<K,V>Tuple. tuple(K key, V value)Methods in org.patternfly.core that return types with arguments of type Tuple Modifier and Type Method Description Iterator<Tuple<K,V>>Tuples. iterator()Stream<Tuple<K,V>>Tuples. stream()Method parameters in org.patternfly.core with type arguments of type Tuple Modifier and Type Method Description static <K,V>
Tuples<K,V>Tuples. tuples(List<Tuple<K,V>> tuples) -
Uses of Tuple in org.patternfly.layout.gallery
Methods in org.patternfly.layout.gallery with parameters of type Tuple Modifier and Type Method Description GalleryGallery. maxWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)GalleryGallery. 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 Tuple Modifier and Type Method Description BiConsumer<StringBuilder,Tuple<Breakpoint,V>>BreakpointCollector. accumulator()static <V> Collector<Tuple<Breakpoint,V>,StringBuilder,String>BreakpointCollector. modifiers()Returns a collector that accumulatesTuple<Breakpoint, V>objects into aStringBuilderand produces aStringrepresentation of the accumulated modifiers.static <V> Collector<Tuple<Breakpoint,V>,StringBuilder,String>BreakpointCollector. modifiers(Function<V,String> stringValue)Returns a collector that accumulatesTuple<Breakpoint, V>objects into aStringBuilderand produces aStringrepresentation of the accumulated modifiers.static <V> Collector<Tuple<Breakpoint,V>,StringBuilder,String>BreakpointCollector. verticalModifiers()Returns a collector that accumulatesTuple<Breakpoint, V>objects into aStringBuilderand produces aStringrepresentation 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 aStringBuilderand produces aStringrepresentation of the accumulated vertical modifiers.Method parameters in org.patternfly.style with type arguments of type Tuple Modifier and Type Method Description static <V> Breakpoints<V>Breakpoints. breakpoints(Iterable<Tuple<Breakpoint,V>> breakpoints)Creates a new instance of Breakpoints with the given breakpoints and values.
-