Module aya.pretty

Interface Link

All Superinterfaces:
Serializable
All Known Implementing Classes:
Link.DirectLink, Link.LocalId

public sealed interface Link extends Serializable permits Link.DirectLink, Link.LocalId
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
    static final record 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static @NotNull Link
    loc(int where)
     
    static @NotNull Link
    loc(@NotNull String where)
     
    static @NotNull Link
    page(@NotNull String link)
     
  • Method Details

    • page

      @NotNull static @NotNull Link page(@NotNull @NotNull String link)
    • loc

      @NotNull static @NotNull Link loc(@NotNull @NotNull String where)
    • loc

      @NotNull static @NotNull Link loc(int where)