utils
/
it.unibo.tuprolog.utils
/
Cursor
common
Cursor
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
asIterable
Link copied to clipboard
common
open fun
asIterable
():
Iterable
<
T
>
Content copied to clipboard
asSequence
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