Class SimpleBoolFunction


  • public abstract class SimpleBoolFunction
    extends BoolFunction
    BoolFunction implementation which applies an extendible boolean function to the values of a single wrapped ValueSource.

    Functions this can be used for include whether a field has a value or not, or inverting the boolean value of the wrapped ValueSource.