Interface PluginCost.CheckValid<T>

Type Parameters:
T - Type of the parameter.
All Known Implementing Classes:
PluginCost.greaterThanEquals
Enclosing interface:
PluginCost

public static interface PluginCost.CheckValid<T>
An interface to check if a parameter provided by user is valid or not.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(T paramValue)
     
  • Method Details

    • isValid

      boolean isValid(T paramValue)