Interface GraphInterceptor<T>


public interface GraphInterceptor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    init(T value)
     
    release(T value)
     
  • Method Details

    • init

      T init(T value)
    • release

      T release(T value)