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

com.github.mustachejava.util.State Maven / Gradle / Ivy

There is a newer version: 0.9.14
Show newest version
package com.github.mustachejava.util;

/**
 * Tracks the state of a stream
 */
public interface State {
  public void nextState(char[] chars, int off, int len);
  public T getState();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy