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