Class CompiledFEELSupport.FilterBuilder

  • Enclosing class:
    CompiledFEELSupport

    public static class CompiledFEELSupport.FilterBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object with​(java.util.function.Function<EvaluationContext,​java.lang.Object> filterExpression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterBuilder

        public FilterBuilder​(EvaluationContext evaluationContext,
                             java.lang.Object value)
    • Method Detail

      • with

        public java.lang.Object with​(java.util.function.Function<EvaluationContext,​java.lang.Object> filterExpression)