ostrat.AnyRefTypeExtensions
Extension methods for Any type A.
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
If the condition is true apply the function to this value of type A and return a modified type A else return thisA unmodified.
If the condition is true apply the function to this value of type A and return a modified type A else return thisA unmodified.
Attributes
If the condition is true thisA unmodified else apply the function to this value of type A and return a modified value of type A.
If the condition is true thisA unmodified else apply the function to this value of type A and return a modified value of type A.
Attributes
Short hand alternative to a 2 case match statement.
Short hand alternative to a 2 case match statement.
Attributes
Short hand alternative to a 3 case match statement.
Short hand alternative to a 3 case match statement.
Attributes