uk.co.real_logic.artio.builder.IntRepresentable Maven / Gradle / Ivy
package uk.co.real_logic.artio.builder;
@FunctionalInterface
public interface IntRepresentable
{
int representation();
}
package uk.co.real_logic.artio.builder;
@FunctionalInterface
public interface IntRepresentable
{
int representation();
}