utils
/
it.unibo.tuprolog.utils
/
Indexed
common
Indexed
interface
Indexed
<
K
,
T
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
component1
Link copied to clipboard
common
open operator fun
component1
():
K
Content copied to clipboard
component2
Link copied to clipboard
common
open operator fun
component2
():
T
Content copied to clipboard
map
Link copied to clipboard
common
abstract fun <
R
>
map
(mapper: (
T
) ->
R
):
Indexed
<
K
,
R
>
Content copied to clipboard
Properties
index
Link copied to clipboard
common
abstract val
index
:
K
Content copied to clipboard
value
Link copied to clipboard
common
abstract val
value
:
T
Content copied to clipboard
Inheritors
IntIndexed
Link copied to clipboard
LongIndexed
Link copied to clipboard