Interface Checkable<R>

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

@FunctionalInterface public interface Checkable<R>
Shared terminal contract for architecture rules.

The return value represents both passing and failing architecture evaluations. Implementations must not throw merely because an architecture rule found violations; exceptions are reserved for user and technical execution errors.

  • Method Summary

    Modifier and Type
    Method
    Description
    default R
     
     
  • Method Details