| net.sf.jga.fn.property.ArrayUnary
ArrayUnary | public class ArrayUnary extends UnaryFunctor (Code) | | Unary Functor that returns its arguments in a one 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(ArrayUnary) method, if it
implements the nested Visitor interface.
|
fn | public Object[] fn(T arg)(Code) | | Returns its argument in a one element array
the object built by the constructor |
|
|