toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.processor
/
com.shakelang.shake.processor.program.creation
/
CreationShakeProject
/
ClassRequirement
Class
Requirement
class
ClassRequirement
(
val
name
:
String
,
val
then
:
(
CreationShakeClass
)
->
Unit
)
(
source
)
Members
Constructors
Class
Requirement
Link copied to clipboard
constructor
(
name
:
String
,
then
:
(
CreationShakeClass
)
->
Unit
)
Properties
name
Link copied to clipboard
val
name
:
String
then
Link copied to clipboard
val
then
:
(
CreationShakeClass
)
->
Unit