13 lines
261 B
Java
13 lines
261 B
Java
/**
|
|
* The Applicable interface that can probably
|
|
* transform if given something that is
|
|
* probably an Immutator.
|
|
*
|
|
* Contains a single abstract method apply.
|
|
*
|
|
* CS2030S Lab 4
|
|
* AY22/23 Semester 1
|
|
*
|
|
* @author Put Your Name (Lab Group)
|
|
*/
|