org.zkoss.zel
Class LambdaExpression

java.lang.Object
  extended by org.zkoss.zel.LambdaExpression

public class LambdaExpression
extends Object


Constructor Summary
LambdaExpression(List<String> formalParameters, ValueExpression expression)
           
 
Method Summary
 Object invoke(ELContext context, Object... args)
           
 Object invoke(Object... args)
           
 void setELContext(ELContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LambdaExpression

public LambdaExpression(List<String> formalParameters,
                        ValueExpression expression)
Method Detail

setELContext

public void setELContext(ELContext context)

invoke

public Object invoke(ELContext context,
                     Object... args)
              throws ELException
Throws:
ELException

invoke

public Object invoke(Object... args)


Copyright © 2015. All rights reserved.