public interface  io.netty.util.IntSupplier extends java.lang.Object
{
public abstract int get() throws java.lang.Exception;
}