Package owl.translations.canonical
Class BreakpointState<E>
- java.lang.Object
-
- owl.translations.canonical.BreakpointState<E>
-
@Immutable public abstract class BreakpointState<E> extends Object
-
-
Constructor Summary
Constructors Constructor Description BreakpointState()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract E
current()
abstract E
next()
static <E> BreakpointState<E>
of(E current, E next)
-
-
-
Method Detail
-
current
public abstract E current()
-
next
public abstract E next()
-
of
public static <E> BreakpointState<E> of(E current, E next)
-
-