// Copyright 2003, Trustees of Indiana University // Please see the license in the file ../LICENSE public class project2nd implements BinaryFunction { public T op(T a, T b) { return b; } }