Interface Condition.Supplier<T>

Enclosing class:
Condition<T>

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

    Modifier and Type Method Description
    T get()  
  • Method Details

    • get

      T get() throws java.lang.Exception
      Throws:
      java.lang.Exception