Interface Specialized<T>


public interface Specialized<T>
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handles(T payload)
    Returns true if this object is appropriate for the given payload.
  • Method Details

    • handles

      boolean handles(T payload)
      Returns true if this object is appropriate for the given payload.