All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.julienviet.groovy.pgclient.PgIterator_GroovyExtension Maven / Gradle / Ivy

package com.julienviet.groovy.pgclient;
public class PgIterator_GroovyExtension {
  public static java.lang.Object next(com.julienviet.pgclient.PgIterator j_receiver) {
    return io.vertx.core.impl.ConversionHelper.fromObject(j_receiver.next());
  }
}