deleteInterestObject

fun deleteInterestObject(book: MBook, currInterestObject: InterestObject)

Deletes the specified interest object from the specified book's interestList

Parameters

book

The MBook to be modified

currInterestObject

The InterestObject to be removed

See also