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

com.github.robindevilliers.cascade.modules.reporter.TransitionRenderingStrategy Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.github.robindevilliers.cascade.modules.reporter;

public interface TransitionRenderingStrategy {
    boolean accept(Object value);
    Object copy(Object value);
    String render(Object value, Object copy);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy