kotlin-partials
Toggle table of contents
4.1.3
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-partials
kotlin-partials
/
nl.astraeus.partials.web
/
PageFactory
Page
Factory
jvm
interface
PageFactory
<
S
:
PartialsSession
,
T
:
Serializable
>
Members
Properties
data
Class
Link copied to clipboard
jvm
abstract
val
dataClass
:
KClass
<
T
>
Functions
create
Link copied to clipboard
jvm
abstract
fun
create
(
)
:
PartialsPage
<
S
,
T
>