SELF - This.public interface WithIndexMixin<SELF extends HasIndex> extends HasIndex
HasIndex.setIndex(int).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withIndex(int index)
Chains
HasIndex.setIndex(int) and returns itself. |
default SELF withIndex(int index)
HasIndex.setIndex(int) and returns itself.index - Index to set.HasIndex.setIndex(int)Copyright © 2024 Miki. All rights reserved.