Interface Renderable

  • All Superinterfaces:
    java.util.function.Function<ViewModel,​java.lang.String>, Versioned

    public interface Renderable
    extends Versioned, java.util.function.Function<ViewModel,​java.lang.String>
    Renderable content is versioned, and provides a means to transform a view model into a UTF-8 String.
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose