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