com.laamella.sexpression.CharSink Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s-expressions Show documentation
Show all versions of s-expressions Show documentation
S-Expression support for Java
package com.laamella.sexpression;
public interface CharSink {
void accept(char c);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy