Removed boring API method
This commit is contained in:
parent
f06df210d1
commit
fc1d7b3859
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@ trait Cluster {
|
|||
def relayMessage(to: Class[_ <: Actor], msg: AnyRef): Unit
|
||||
|
||||
def lookup[T](pf : PartialFunction[RemoteAddress,T]) : Option[T]
|
||||
|
||||
def lookup[T](pred : (RemoteAddress) => Boolean)(f:(RemoteAddress) => T) : Option[T] = lookup({case x if pred(x) => f(x)})
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue