
Untitled
By: a guest on
Mar 17th, 2012 | syntax:
Scala | size: 0.25 KB | hits: 39 | expires: Never
import scala.collection.JavaConversions._
class ObjectWithAgenda_(owa: ObjectWithAgenda) {
def addAppointment = owa.addAppointment _
def removeAppointment = owa.removeAppointment _
def getAgenda = asList(owa.getAgenda.map(new Appointment_(_)))
}