MouseFunctions

mouse.MouseFunctions

Attributes

Source:
MouseFunctions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def ignore(a: Any): Unit

Evaluate but ignore the provided argument. This function makes value discarding an explicit operation, helpful when the -Ywarn-discard-values compiler flag is enable to explicitly satisfy warnings.

Evaluate but ignore the provided argument. This function makes value discarding an explicit operation, helpful when the -Ywarn-discard-values compiler flag is enable to explicitly satisfy warnings.

Attributes

a
  • the value to be evaluated and ignored.
Source:
MouseFunctions.scala