com.isenshi.util.functor
クラス CompositeBinaryFunction

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

public class CompositeBinaryFunction
extends Object
implements Serializable, BinaryFunction

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

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

コンストラクタの詳細

CompositeBinaryFunction

public CompositeBinaryFunction()

CompositeBinaryFunction

public CompositeBinaryFunction(BinaryFunction f)

CompositeBinaryFunction

public CompositeBinaryFunction(BinaryFunction f,
                               BinaryFunction g)
メソッドの詳細

of

public CompositeBinaryFunction of(BinaryFunction f)

evaluate

public Object evaluate(Object left,
                       Object right)
定義:
インタフェース BinaryFunction 内の evaluate


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