Module aya.pretty

Interface Docile

All Known Subinterfaces:
Doc
All Known Implementing Classes:
Doc.Cat, Doc.Column, Doc.Empty, Doc.FlatAlt, Doc.HyperLinked, Doc.Line, Doc.Nest, Doc.Nesting, Doc.PageWidth, Doc.PlainText, Doc.SpecialSymbol, Doc.Styled, Doc.Union, PrettyError

public interface Docile
Should be called Prettiable. Used for debugging purpose only.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Doc
     
  • Method Details

    • toDoc

      @NotNull @NotNull Doc toDoc()