<div class='sourceset sourceset-common'>Common</div>

```kotlin
fun interface VisitSlotsInRememberOrderCallback
```

## Functions

<h2 id="visit-group-slotindex-slot">visit</h2>

```kotlin
fun visit(group: GroupAddress, slotIndex: Int, slot: Any?): Boolean
```

#### Returns

| | |
| --- | --- |
|  | true if the slot should be removed (reset to Composer.Empty) after visiting it |