public interface  io.smallrye.common.function.ExceptionObjIntConsumer extends java.lang.Object
{
public abstract void accept(java.lang.Object, int) throws java.lang.Exception;
public io.smallrye.common.function.ExceptionObjIntConsumer andThen(io.smallrye.common.function.ExceptionObjIntConsumer)
{
io.smallrye.common.function.ExceptionObjIntConsumer v, v, v;
v := @this: io.smallrye.common.function.ExceptionObjIntConsumer;
v := @parameter: io.smallrye.common.function.ExceptionObjIntConsumer;
staticinvoke <io.smallrye.common.constraint.Assert: java.lang.Object checkNotNullParam(java.lang.String,java.lang.Object)>("after", v);
v = staticinvoke <io.smallrye.common.function.ExceptionObjIntConsumer$lambda_andThen_0__3184: io.smallrye.common.function.ExceptionObjIntConsumer bootstrap$(io.smallrye.common.function.ExceptionObjIntConsumer,io.smallrye.common.function.ExceptionObjIntConsumer)>(v, v);
return v;
}
public io.smallrye.common.function.ExceptionObjIntConsumer compose(io.smallrye.common.function.ExceptionObjIntConsumer)
{
io.smallrye.common.function.ExceptionObjIntConsumer v, v, v;
v := @this: io.smallrye.common.function.ExceptionObjIntConsumer;
v := @parameter: io.smallrye.common.function.ExceptionObjIntConsumer;
staticinvoke <io.smallrye.common.constraint.Assert: java.lang.Object checkNotNullParam(java.lang.String,java.lang.Object)>("before", v);
v = staticinvoke <io.smallrye.common.function.ExceptionObjIntConsumer$lambda_compose_1__3185: io.smallrye.common.function.ExceptionObjIntConsumer bootstrap$(io.smallrye.common.function.ExceptionObjIntConsumer,io.smallrye.common.function.ExceptionObjIntConsumer)>(v, v);
return v;
}
public io.smallrye.common.function.ExceptionObjIntConsumer andThen(io.smallrye.common.function.ExceptionObjLongConsumer)
{
io.smallrye.common.function.ExceptionObjLongConsumer v;
io.smallrye.common.function.ExceptionObjIntConsumer v, v;
v := @this: io.smallrye.common.function.ExceptionObjIntConsumer;
v := @parameter: io.smallrye.common.function.ExceptionObjLongConsumer;
staticinvoke <io.smallrye.common.constraint.Assert: java.lang.Object checkNotNullParam(java.lang.String,java.lang.Object)>("after", v);
v = staticinvoke <io.smallrye.common.function.ExceptionObjIntConsumer$lambda_andThen_2__3186: io.smallrye.common.function.ExceptionObjIntConsumer bootstrap$(io.smallrye.common.function.ExceptionObjIntConsumer,io.smallrye.common.function.ExceptionObjLongConsumer)>(v, v);
return v;
}
public io.smallrye.common.function.ExceptionObjIntConsumer compose(io.smallrye.common.function.ExceptionObjLongConsumer)
{
io.smallrye.common.function.ExceptionObjLongConsumer v;
io.smallrye.common.function.ExceptionObjIntConsumer v, v;
v := @this: io.smallrye.common.function.ExceptionObjIntConsumer;
v := @parameter: io.smallrye.common.function.ExceptionObjLongConsumer;
staticinvoke <io.smallrye.common.constraint.Assert: java.lang.Object checkNotNullParam(java.lang.String,java.lang.Object)>("before", v);
v = staticinvoke <io.smallrye.common.function.ExceptionObjIntConsumer$lambda_compose_3__3187: io.smallrye.common.function.ExceptionObjIntConsumer bootstrap$(io.smallrye.common.function.ExceptionObjIntConsumer,io.smallrye.common.function.ExceptionObjLongConsumer)>(v, v);
return v;
}
}