Interface InterfaceFromOtherClassLoader<T>


public interface InterfaceFromOtherClassLoader<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    stir(int lumps)
     
    stir(T tea)
     
  • Method Details

    • stir

      @Nullable T stir(T tea)
    • stir

      T stir(int lumps)