wip
This commit is contained in:
@@ -7,5 +7,9 @@
|
||||
* CS2030S Lab 4
|
||||
* AY22/23 Semester 1
|
||||
*
|
||||
* @author Put Your Name (Lab Group)
|
||||
* @author Yadunand Prem (10B)
|
||||
*/
|
||||
|
||||
interface Action<T> {
|
||||
void call(T item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user