public abstract class Function extends Object implements Serializable
Constructor and Description |
---|
Function() |
Modifier and Type | Method and Description |
---|---|
abstract MRData |
eval(MRData arg)
Evaluate the anonymous function from MRData to MRData
|
void |
readObject(ObjectInputStream in) |
void |
readObjectNoData() |
void |
writeObject(ObjectOutputStream out) |
public abstract MRData eval(MRData arg)
arg
- the operand to be evaluatedpublic void writeObject(ObjectOutputStream out) throws IOException
IOException
public void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void readObjectNoData() throws ObjectStreamException
ObjectStreamException
Copyright © 2013 The Apache Software Foundation. All rights reserved.