zircon.core
/
org.hexworks.zircon.internal.application
/
BaseApplication
/
Command
jvm
Command
data class
Command
(fn: suspend () ->
Unit
)
Content copied to clipboard
Functions
Properties
Sources
Functions
component1
Link copied to clipboard
jvm
operator fun
component1
(): suspend () ->
Unit
Content copied to clipboard
copy
Link copied to clipboard
jvm
fun
copy
(fn: suspend () ->
Unit
):
BaseApplication.Command
Content copied to clipboard
equals
Link copied to clipboard
jvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
jvm
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
jvm
open override fun
toString
():
String
Content copied to clipboard
Properties
fn
Link copied to clipboard
jvm
val
fn
: suspend () ->
Unit
Content copied to clipboard
Sources
(source)
Link copied to clipboard