object GridBounds extends Serializable
The companion object for the GridBounds type.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GridBounds
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[N](dimensions: Dimensions[N])(implicit arg0: Integral[N]): GridBounds[N]
- def apply(colMin: Long, rowMin: Long, colMax: Long, rowMax: Long): GridBounds[Long]
- def apply(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): GridBounds[Int]
-
def
apply[N](r: Grid[N])(implicit arg0: Integral[N]): GridBounds[N]
Given a Grid, produce the corresponding GridBounds.
Given a Grid, produce the corresponding GridBounds.
- r
The given Grid
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
distinct[N](gridBounds: Traversable[GridBounds[N]]): Seq[GridBounds[N]]
Creates a sequence of distinct GridBounds out of a set of potentially overlapping grid bounds.
Creates a sequence of distinct GridBounds out of a set of potentially overlapping grid bounds.
- gridBounds
A traversable collection of GridBounds
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val gridBoundsIntDecoder: Decoder[GridBounds[Int]]
- implicit val gridBoundsIntEncoder: Encoder[GridBounds[Int]]
- implicit val gridBoundsLongDecoder: Decoder[GridBounds[Long]]
- implicit val gridBoundsLongEncoder: Encoder[GridBounds[Long]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()