Record Class Net.ParamsOfIteratorNext

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.ParamsOfIteratorNext
Record Components:
iterator - Iterator handle
limit - If value is missing or is less than 1 the library uses 1. Maximum count of the returned items.
returnResumeState - Indicates that function must return the iterator state that can be used for resuming iteration.
Enclosing class:
Net

public static record Net.ParamsOfIteratorNext(Long iterator, Long limit, Boolean returnResumeState) extends Record