toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-std
/
io.rtron.std
/
noneWithNext
none
With
Next
inline
fun
<
T
>
Iterable
<
T
>
.
noneWithNext
(
crossinline
predicate
:
(
a
:
T
,
b
:
T
)
->
Boolean
)
:
Boolean
Returns true, if no consecutively following pair matches the
predicate
.