All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jalasoft.expression.czech.input.InputSystem Maven / Gradle / Ivy

Go to download

This project provides an easy way of reading boolean expressions written in Czech language

There is a newer version: 1.0.2
Show newest version
package com.github.jalasoft.expression.czech.input;

import java.util.Optional;

/**
 * An abstraction of an input. It provides character after character until new ine is available.
 *
 * @author Jan "Honzales" Lastovkcka
 */
public interface InputSystem {

    Optional nextSymbol();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy