org.seasar.tuigwaa.util.functor
クラス TruePredicate
java.lang.Object
  
org.seasar.tuigwaa.util.functor.TruePredicate
- すべての実装インタフェース: 
 - com.isenshi.util.functor.BinaryPredicate, com.isenshi.util.functor.Predicate, com.isenshi.util.functor.UnaryPredicate
 
- public class TruePredicate
- extends Object
- implements com.isenshi.util.functor.Predicate, com.isenshi.util.functor.UnaryPredicate, com.isenshi.util.functor.BinaryPredicate
   
 
 
 
| クラス java.lang.Object から継承したメソッド | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static TruePredicate INSTANCE
TruePredicate
public TruePredicate()
test
public boolean test()
- 定義:
 - インタフェース 
com.isenshi.util.functor.Predicate 内の test 
 
 
test
public boolean test(Object obj)
- 定義:
 - インタフェース 
com.isenshi.util.functor.UnaryPredicate 内の test 
 
 
test
public boolean test(Object left,
                    Object right)
- 定義:
 - インタフェース 
com.isenshi.util.functor.BinaryPredicate 内の test 
 
 
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.