universe.base
Class Server.WorldPred

java.lang.Object
  extended by universe.List.Pred<Server.WorldImp>
      extended by universe.base.Server.WorldPred
Enclosing class:
Server<Msg extends java.io.Serializable>

public static class Server.WorldPred
extends List.Pred<Server.WorldImp>


Method Summary
 boolean huh(Server.WorldImp w)
          Is this predicate true for the given X?
 
Methods inherited from class universe.List.Pred
negate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

huh

public boolean huh(Server.WorldImp w)
Description copied from class: List.Pred
Is this predicate true for the given X?

Specified by:
huh in class List.Pred<Server.WorldImp>