Interface Constraint<T>


public interface Constraint<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(T context)
    Check if the specified requirement is met in a given context.