utils
0.20.9
common
utils
/
it.unibo.tuprolog.utils
/
Cursor
Cursor
common
interface
Cursor
<
T
>
Content copied to clipboard
Types
Functions
Properties
Extensions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
as
Iterable
Link copied to clipboard
common
open
fun
asIterable
(
)
:
Iterable
<
T
>
Content copied to clipboard
as
Sequence
Link copied to clipboard
common
open
fun
asSequence
(
)
:
Sequence
<
T
>
Content copied to clipboard
iterator
Link copied to clipboard
common
abstract
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
map
Link copied to clipboard
common
abstract
fun
<
R
>
map
(
mapper
:
(
T
)
->
R
)
:
Cursor
<
out
R
>
Content copied to clipboard
Properties
current
Link copied to clipboard
common
abstract
val
current
:
T
?
Content copied to clipboard
hasNext
Link copied to clipboard
common
abstract
val
hasNext
:
Boolean
Content copied to clipboard
isLazy
Link copied to clipboard
common
abstract
val
isLazy
:
Boolean
Content copied to clipboard
isOver
Link copied to clipboard
common
abstract
val
isOver
:
Boolean
Content copied to clipboard
next
Link copied to clipboard
common
abstract
val
next
:
Cursor
<
out
T
>
Content copied to clipboard
Extensions
plus
Link copied to clipboard
common
operator
fun
<
T
>
Cursor
<
out
T
>
.
plus
(
other
:
Cursor
<
out
T
>
)
:
Cursor
<
out
T
>
Content copied to clipboard