wip
This commit is contained in:
@@ -7,3 +7,12 @@
|
||||
*
|
||||
* @author Put Your Name (Lab Group)
|
||||
*/
|
||||
|
||||
class Print<T> implements Action<T> {
|
||||
|
||||
@Override
|
||||
public void call(T item) {
|
||||
System.out.println(item);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user