| net.sf.jga.fn.property.ArrayBinary
ArrayBinary | public class ArrayBinary extends BinaryFunctor (Code) | | Binary Functor that returns its arguments in a two element array.
Copyright © 2004-2005 David A. Hall
author: David A. Hall |
serialVersionUID | final static long serialVersionUID(Code) | | |
accept | public void accept(net.sf.jga.fn.Visitor v)(Code) | | Calls the Visitor's visit(ArrayBinary) method, if it
implements the nested Visitor interface.
|
fn | public Object[] fn(T1 arg1, T2 arg2)(Code) | | Returns its arguments in a two element array
the object built by the constructor |
|
|