Breakpoints<V> |
Breakpoints._2xl(V value) |
Adds the given value for the 2xl breakpoint to the list of breakpoints.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints() |
Creates a new instance of Breakpoints with an empty list of breakpoints.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints(Iterable<Tuple<Breakpoint,V>> breakpoints) |
Creates a new instance of Breakpoints with the given breakpoints and values.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints(Breakpoint breakpoint,
V value) |
Creates a new instance of Breakpoints with a single tuple containing the given breakpoint and value.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints(Breakpoint breakpoint1,
V value1,
Breakpoint breakpoint2,
V value2) |
Creates a new instance of Breakpoints with two tuples containing the given breakpoints and values.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints(Breakpoint breakpoint1,
V value1,
Breakpoint breakpoint2,
V value2,
Breakpoint breakpoint3,
V value3) |
Creates a new instance of Breakpoints with three tuples containing the given breakpoints and values.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints(Breakpoint breakpoint1,
V value1,
Breakpoint breakpoint2,
V value2,
Breakpoint breakpoint3,
V value3,
Breakpoint breakpoint4,
V value4) |
Creates a new instance of Breakpoints with four tuples containing the given breakpoints and values.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints(Breakpoint breakpoint1,
V value1,
Breakpoint breakpoint2,
V value2,
Breakpoint breakpoint3,
V value3,
Breakpoint breakpoint4,
V value4,
Breakpoint breakpoint5,
V value5) |
Creates a new instance of Breakpoints with five tuples containing the given breakpoints and values.
|
static <V> Breakpoints<V> |
Breakpoints.breakpoints(Breakpoint breakpoint1,
V value1,
Breakpoint breakpoint2,
V value2,
Breakpoint breakpoint3,
V value3,
Breakpoint breakpoint4,
V value4,
Breakpoint breakpoint5,
V value5,
Breakpoint breakpoint6,
V value6) |
Creates a new instance of Breakpoints with six tuples containing the given breakpoints and values.
|
Breakpoints<V> |
Breakpoints.default_(V value) |
Adds the given value for the default breakpoint to the list of breakpoints.
|
Breakpoints<V> |
Breakpoints.lg(V value) |
Adds the given value for the large breakpoint to the list of breakpoints.
|
Breakpoints<V> |
Breakpoints.md(V value) |
Adds the given value for the medium breakpoint to the list of breakpoints.
|
Breakpoints<V> |
Breakpoints.sm(V value) |
Adds the given value for the small breakpoint to the list of breakpoints.
|
Breakpoints<V> |
Breakpoints.xl(V value) |
Adds the given value for the x-large breakpoint to the list of breakpoints.
|