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