Class IterableAkashResult<T>

java.lang.Object
cloud.quasarch.akash.impl.model.IterableAkashResult<T>
Type Parameters:
T - the type of iterable
All Implemented Interfaces:
Iterable<T>

public class IterableAkashResult<T> extends Object implements Iterable<T>
Represents an akash response which offers pagination based on next_key. For improved usability Iterable is implemented