acra
/
org.acra.util
/
InstanceCreator
androidJvm
Instance
Creator
object
InstanceCreator
Content copied to clipboard
Author
F43nd1r
Since
09.03.2017
Functions
Functions
create
Link copied to clipboard
androidJvm
@
JvmStatic
()
fun <
T
>
create
(clazz:
Class
<out
T
?>):
T
?
Content copied to clipboard
@
JvmStatic
()
fun <
T
>
create
(classes:
Collection
<
Class
<out
T
>>):
List
<
T
>
Content copied to clipboard
Create instances of the given classes
@
JvmStatic
()
fun <
T
>
create
(clazz:
Class
<out
T
>, fallback: () ->
T
):
T
Content copied to clipboard
Create an instance of clazz