| net.sf.jga.fn.adaptor.Project2nd
Project2nd | public class Project2nd extends BinaryFunctor (Code) | | Binary Functor that returns the second 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(Project2nd) method, if it
implements the nested Visitor interface. | public T2 | fn(T1 unused, T2 y) Given two arguments, returns the second. | 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(Project2nd) method, if it
implements the nested Visitor interface.
|
fn | public T2 fn(T1 unused, T2 y)(Code) | | Given two arguments, returns the second. The first argument is not
evaluated in any way by this predicate.
x |
|
|