interop
/
de.jlnstrk.transit.util
/
Provider
Provider
abstract class
Provider
:
ReferenceTimezone
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Implementation
Link copied to clipboard
abstract class
Implementation
:
Provider
,
Normalization
Content copied to clipboard
Functions
offers
Link copied to clipboard
inline fun <
C
:
Service
>
offers
():
Boolean
Content copied to clipboard
open fun <
C
:
Service
>
offers
(serviceClass:
KClass
<
C
>):
Boolean
Content copied to clipboard
optional
Link copied to clipboard
inline fun <
C
:
Service
>
optional
():
C
?
Content copied to clipboard
fun <
C
:
Service
>
optional
(serviceClass:
KClass
<
C
>):
C
?
Content copied to clipboard
require
Link copied to clipboard
inline fun <
C
:
Service
>
require
():
C
Content copied to clipboard
fun <
C
:
Service
>
require
(serviceClass:
KClass
<
C
>):
C
Content copied to clipboard
Properties
services
Link copied to clipboard
abstract val
services
:
Set
<
KClass
<out
Service
>>
Content copied to clipboard
timezone
Link copied to clipboard
abstract val
timezone
:
ZoneOffset
Content copied to clipboard
Inheritors
Provider
Link copied to clipboard
CompositeProvider
Link copied to clipboard