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 BiIndexadjustMajor(int adjustment)BiIndexadjustMinor(int adjustment)<T> Tmap(java.util.function.BiFunction<java.lang.Integer,java.lang.Integer,T> f)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-