Interface Link

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

@Deprecated @FunctionalInterface public interface Link
Deprecated.
use Subscription instead.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Unlinks this Link.
  • Method Details

    • unlink

      void unlink()
      Deprecated.
      Unlinks this Link. After that, it’s best to forget about this Link (no longer refer it)!