Interface Condition.Test<T>

Enclosing class:
Condition<T>

public static interface Condition.Test<T>
Function used to validate a value in a Condition.
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean apply​(T t)  
  • Method Details

    • apply

      java.lang.Boolean apply​(T t) throws java.lang.Exception
      Throws:
      java.lang.Exception