Ripples

doodle.java2d.examples.Ripples
object Ripples extends IOApp

Attributes

Source
Ripples.scala
Graph
Supertypes
trait IOApp
class Object
trait Matchable
class Any
Self type
Ripples.type

Members list

Type members

Classlikes

final case class Ripple(age: Int, x: Double, y: Double)

Attributes

Source
Ripples.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

Attributes

Source
Ripples.scala

The entry point for your application. Will be called by the runtime when the process is started. If the underlying runtime supports it, any arguments passed to the process will be made available in the args parameter. The numeric value within the resulting ExitCode will be used as the exit code when the process terminates unless terminated exceptionally or by interrupt.

The entry point for your application. Will be called by the runtime when the process is started. If the underlying runtime supports it, any arguments passed to the process will be made available in the args parameter. The numeric value within the resulting ExitCode will be used as the exit code when the process terminates unless terminated exceptionally or by interrupt.

Value parameters

args

The arguments passed to the process, if supported by the underlying runtime. For example, java com.company.MyApp --foo --bar baz or node com-mycompany-fastopt.js --foo --bar baz would each result in List("--foo", "--bar", "baz").

Attributes

See also

IOApp.Simple!.run:cats\.effect\.IO[Unit]*

Source
Ripples.scala

Inherited methods

final def main(args: Array[String]): Unit

Attributes

Inherited from:
IOApp
Source
IOApp.scala

Defines what to do when IOApp detects that main is being invoked on a Thread which isn't the main process thread. This condition can happen when we are running inside of an sbt run with fork := false

Defines what to do when IOApp detects that main is being invoked on a Thread which isn't the main process thread. This condition can happen when we are running inside of an sbt run with fork := false

Attributes

Inherited from:
IOApp
Source
IOApp.scala

Concrete fields

val frame: Frame

Attributes

Source
Ripples.scala
val go: IO[Unit]

Attributes

Source
Ripples.scala