dsl
Toggle table of contents
20.1.0
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.field.operations
/
collectIDsWithSelf
collect
IDs
With
Self
@
JvmOverloads
inline
fun
<
ID
:
Any
,
T
>
Field
<
ID
,
T
>
.
collectIDsWithSelf
(
crossinline
predicate
:
(
ID
,
T
)
->
Boolean
=
{ _, _ -> true }
)
:
Set
<
ID
>
Returns the
Set
of neighbor
ID
s whose field entries satisfy the
predicate
. ignoring the local value.