com.isenshi.util.functor
クラス CompositeBinaryFunction
java.lang.Object
com.isenshi.util.functor.CompositeBinaryFunction
- すべての実装インタフェース:
- BinaryFunction, Serializable
- public class CompositeBinaryFunction
- extends Object
- implements Serializable, BinaryFunction
- 関連項目:
- 直列化された形式
クラス 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.