Module aya.base

Interface BasePrettier.Fmt<T extends AyaDocile>

All Superinterfaces:
BiFunction<BasePrettier.Outer,T,org.aya.pretty.doc.Doc>
Enclosing class:
BasePrettier<Term extends AyaDocile>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface BasePrettier.Fmt<T extends AyaDocile> extends BiFunction<BasePrettier.Outer,T,org.aya.pretty.doc.Doc>