trait IfCellTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IfCellTileCollectionMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Seq[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def localIf(other: Seq[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Seq[(K, Tile)]
- def localIf(other: Seq[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Seq[(K, Tile)]
- def localIf(other: Seq[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double): Seq[(K, Tile)]
- def localIf(other: Seq[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int): Seq[(K, Tile)]
- def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): Seq[(K, Tile)]
- def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): Seq[(K, Tile)]
- def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): Seq[(K, Tile)]
- def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): Seq[(K, Tile)]