layergps
/
io.openmobilemaps.gps.util
/
SingletonHolder
androidJvm
Singleton
Holder
open class
SingletonHolder
<out
T
:
Any
, in
A
>(creator: (
A
) ->
T
)
Content copied to clipboard
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
androidJvm
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
getInstance
Link copied to clipboard
androidJvm
fun
getInstance
(arg:
A
):
T
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
Properties
creator
Link copied to clipboard
androidJvm
var
creator
: (
A
) ->
T
?
Content copied to clipboard
instance
Link copied to clipboard
androidJvm
@
Volatile
()
var
instance
:
T
? = null
Content copied to clipboard
Inheritors
CompassProvider
Link copied to clipboard
GoogleFusedLocationProvider
Link copied to clipboard