
com.publicobject.misc.xml.PushProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glazedlists Show documentation
Show all versions of glazedlists Show documentation
Event-driven lists for dynamically filtered and sorted tables
The newest version!
package com.publicobject.misc.xml;
/**
* Push a new business element onto the working stack.
*
* This is designed to set a context that deeper processors
* can attach values to.
*
* @author jessewilson
*/
@FunctionalInterface
public interface PushProcessor {
public E evaluate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy