Class FuncOperand

java.lang.Object
org.nustaq.reallive.query.FuncOperand
All Implemented Interfaces:
java.io.Serializable

public class FuncOperand
extends java.lang.Object
implements java.io.Serializable
Created by moelrue on 27.08.2015.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    FuncOperand​(java.lang.String name, int arity)  
  • Method Summary

    Modifier and Type Method Description
    protected Value apply​(RLSupplier<Value>[] args)  
    int getArity()  
    RLSupplier<Value> getEval​(RLSupplier<Value>[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait