Searched refs:Removable (Results 1 – 2 of 2) sorted by relevance
358 .filterIsInstance<Removable>() in postUpdateAll()359 .filter(predicate = Removable::canBeRemoved) in postUpdateAll()363 .filterIsInstance<Removable>() in postUpdateAll()364 .filter(predicate = Removable::canBeRemoved) in postUpdateAll()375 ) : Constraint, Removable by fuse { in <lambda>()396 ) : Removable by fuse, Body(name = "Spark") {
39 interface Removable { in update() interface43 class Fuse(var lifetime: Float) : Removable {