ConcentricCircles
Attributes
- Source
- ConcentricCircles.scala
- Graph
-
- Supertypes
- Self type
-
ConcentricCircles.type
Members list
Value members
Concrete methods
Attributes
- Source
- ConcentricCircles.scala
Inherited methods
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 bazornode com-mycompany-fastopt.js --foo --bar bazwould each result inList("--foo", "--bar", "baz").
Attributes
- See also
-
IOApp.Simple!.run:cats\.effect\.IO[Unit]*
- Inherited from:
- Simple
- Source
- IOApp.scala
Concrete fields
Attributes
- Source
- ConcentricCircles.scala