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


フィールドの概要
static TruePredicate INSTANCE
           
 
コンストラクタの概要
TruePredicate()
           
 
メソッドの概要
 boolean test()
           
 boolean test(Object obj)
           
 boolean test(Object left, Object right)
           
 
クラス 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.