Interface Rule<C,A extends Action<?>>

All Known Implementing Classes:
RuleContextImpl

public interface Rule<C,A extends Action<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    applicableTo(C context)
     
    applyTo(C context)
     
  • Method Details

    • applicableTo

      boolean applicableTo(C context)
    • applyTo

      Collection<A> applyTo(C context)