Module aya.base

Interface ModuleCallback<E extends Exception>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ModuleCallback<E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onModuleTycked(@NotNull ResolveInfo moduleResolve, @NotNull kala.collection.immutable.ImmutableSeq<org.aya.syntax.core.def.TyckDef> defs)
     
  • Method Details

    • onModuleTycked

      void onModuleTycked(@NotNull @NotNull ResolveInfo moduleResolve, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<org.aya.syntax.core.def.TyckDef> defs) throws E
      Throws:
      E