Module aya.base

Interface Callable

All Superinterfaces:
AyaDocile, org.aya.guest0x0.cubical.Restr.TermLike<Term>, Term
All Known Subinterfaces:
Callable.DefCall
All Known Implementing Classes:
ConCall, DataCall, FieldTerm, FnCall, MetaTerm, PrimCall, StructCall

public sealed interface Callable extends Term permits Callable.DefCall, FieldTerm, MetaTerm
See Also:
  • Method Details

    • ref

      @NotNull @NotNull AnyVar ref()
    • args

      @NotNull @NotNull kala.collection.immutable.ImmutableSeq<@NotNull org.aya.util.Arg<Term>> args()