toggle menu
NavigationApp
androidJvm
switch theme
search in API
ev-platform-ui-sdk
/
com.mapbox.ev.ui.model
/
AvailableEvStation
Available
Ev
Station
class
AvailableEvStation
:
Predicate
<
EVStation
>
Members
Constructors
Available
Ev
Station
Link copied to clipboard
constructor
(
)
Functions
and
Link copied to clipboard
open
fun
and
(
p0
:
Predicate
<
in
EVStation
>
)
:
Predicate
<
EVStation
>
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
EVStation
>
or
Link copied to clipboard
open
fun
or
(
p0
:
Predicate
<
in
EVStation
>
)
:
Predicate
<
EVStation
>
test
Link copied to clipboard
open
override
fun
test
(
evStation
:
EVStation
)
:
Boolean