com.isenshi.util.functor
クラス CompositeUnaryFunction

java.lang.Object
  拡張com.isenshi.util.functor.CompositeUnaryFunction
すべての実装インタフェース:
Serializable, UnaryFunction

public class CompositeUnaryFunction
extends Object
implements Serializable, UnaryFunction

関連項目:
直列化された形式

コンストラクタの概要
CompositeUnaryFunction()
           
CompositeUnaryFunction(UnaryFunction f)
           
CompositeUnaryFunction(UnaryFunction f, UnaryFunction g)
           
 
メソッドの概要
 Object evaluate(Object obj)
           
 CompositeUnaryFunction of(UnaryFunction f)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CompositeUnaryFunction

public CompositeUnaryFunction()

CompositeUnaryFunction

public CompositeUnaryFunction(UnaryFunction f)

CompositeUnaryFunction

public CompositeUnaryFunction(UnaryFunction f,
                              UnaryFunction g)
メソッドの詳細

of

public CompositeUnaryFunction of(UnaryFunction f)

evaluate

public Object evaluate(Object obj)
定義:
インタフェース UnaryFunction 内の evaluate


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.