Module aya.base

Interface BaseDistiller.Fmt<T extends AyaDocile>

All Superinterfaces:
BiFunction<BaseDistiller.Outer,T,org.aya.pretty.doc.Doc>
Enclosing class:
BaseDistiller<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 BaseDistiller.Fmt<T extends AyaDocile> extends BiFunction<BaseDistiller.Outer,T,org.aya.pretty.doc.Doc>