polynote
.
app
App
Related Doc:
package app
trait
App
extends
zio.App
Linear Supertypes
zio.App
,
BootstrapRuntime
,
Runtime
[
zio.ZEnv
],
AnyRef
,
Any
Known Subclasses
RemoteKernelClient
Ordering
Alphabetic
By Inheritance
Inherited
App
App
BootstrapRuntime
Runtime
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
main
(
args:
List
[
String
]
)
:
ZIO
[
Environment
,
Nothing
,
Int
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
as
[
R1
]
(
r1:
R1
)
:
Runtime
[
R1
]
Definition Classes
Runtime
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
environment
:
zio.ZEnv
Definition Classes
BootstrapRuntime → Runtime
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
main
(
args0:
Array
[
String
]
)
:
Unit
Definition Classes
App
def
map
[
R1
]
(
f: (
zio.ZEnv
) ⇒
R1
)
:
Runtime
[
R1
]
Definition Classes
Runtime
def
mapPlatform
(
f: (
Platform
) ⇒
Platform
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
platform
:
Platform
Definition Classes
BootstrapRuntime → Runtime
final
def
run
(
args:
List
[
String
]
)
:
ZIO
[
zio.ZEnv
,
Nothing
,
ExitCode
]
Definition Classes
App
→ App
implicit
val
runtime
:
Runtime
[
Any
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
unsafeRun
[
E
,
A
]
(
zio: ⇒
ZIO
[
zio.ZEnv
,
E
,
A
]
)
:
A
Definition Classes
Runtime
final
def
unsafeRunAsync
[
E
,
A
]
(
zio: ⇒
ZIO
[
zio.ZEnv
,
E
,
A
]
)
(
k: (
Exit
[
E
,
A
]) ⇒
Any
)
:
Unit
Definition Classes
Runtime
final
def
unsafeRunAsyncCancelable
[
E
,
A
]
(
zio: ⇒
ZIO
[
zio.ZEnv
,
E
,
A
]
)
(
k: (
Exit
[
E
,
A
]) ⇒
Any
)
: (
Id
) ⇒
Exit
[
E
,
A
]
Definition Classes
Runtime
final
def
unsafeRunAsync_
[
E
,
A
]
(
zio:
ZIO
[
zio.ZEnv
,
E
,
A
]
)
:
Unit
Definition Classes
Runtime
final
def
unsafeRunSync
[
E
,
A
]
(
zio: ⇒
ZIO
[
zio.ZEnv
,
E
,
A
]
)
:
Exit
[
E
,
A
]
Definition Classes
Runtime
final
def
unsafeRunTask
[
A
]
(
task: ⇒
RIO
[
zio.ZEnv
,
A
]
)
:
A
Definition Classes
Runtime
final
def
unsafeRunToFuture
[
E <:
Throwable
,
A
]
(
zio:
ZIO
[
zio.ZEnv
,
E
,
A
]
)
:
CancelableFuture
[
A
]
Definition Classes
Runtime
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withExecutor
(
e:
Executor
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
def
withFatal
(
f: (
Throwable
) ⇒
Boolean
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
def
withReportFailure
(
f: (
Cause
[
Any
]) ⇒
Unit
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
def
withReportFatal
(
f: (
Throwable
) ⇒
Nothing
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
def
withTracing
(
t:
Tracing
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
def
withTracingConfig
(
config:
TracingConfig
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
def
withYieldOnStart
(
cond:
Boolean
)
:
Runtime
[
zio.ZEnv
]
Definition Classes
Runtime
Inherited from
zio.App
Inherited from
BootstrapRuntime
Inherited from
Runtime
[
zio.ZEnv
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped