Package org.reactfx.util
Class BiIndex
- java.lang.Object
-
- org.reactfx.util.BiIndex
-
public final class BiIndex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BiIndex(int major, int minor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BiIndex
adjustMajor(int adjustment)
BiIndex
adjustMinor(int adjustment)
<T> T
map(java.util.function.BiFunction<java.lang.Integer,java.lang.Integer,T> f)
java.lang.String
toString()
-
-
-
Method Detail
-
map
public <T> T map(java.util.function.BiFunction<java.lang.Integer,java.lang.Integer,T> f)
-
adjustMajor
public BiIndex adjustMajor(int adjustment)
-
adjustMinor
public BiIndex adjustMinor(int adjustment)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-