| net.sf.jga.fn.adaptor.Project1st
Project1st | public class Project1st extends BinaryFunctor (Code) | | Binary Functor that returns the first of two runtime arguments.
Copyright © 2002-2005 David A. Hall
author: David A. Hall |
Method Summary | |
public void | accept(net.sf.jga.fn.Visitor v) Calls the Visitor's visit(Project1st) method, if it
implements the nested Visitor interface. | public T1 | fn(T1 x, T2 unused) Given two arguments, returns the first. | public String | toString() |
serialVersionUID | final static long serialVersionUID(Code) | | |
accept | public void accept(net.sf.jga.fn.Visitor v)(Code) | | Calls the Visitor's visit(Project1st) method, if it
implements the nested Visitor interface.
|
fn | public T1 fn(T1 x, T2 unused)(Code) | | Given two arguments, returns the first. The second argument is not
evaluated in any way by this predicate.
x |
|
|