Woolpack API

woolpack.fn
クラス SeqFn<C,R,E extends java.lang.Exception>

java.lang.Object
  上位を拡張 woolpack.fn.SeqFn<C,R,E>
すべての実装されたインタフェース:
Fn<C,R,E>

public class SeqFn<C,R,E extends java.lang.Exception>
extends java.lang.Object
implements Fn<C,R,E>


コンストラクタの概要
SeqFn(java.lang.Iterable<? extends Fn<? super C,? extends R,? extends E>> iterable)
           
 
メソッドの概要
 R exec(C c)
          関数を実行します。
 java.lang.Iterable<? extends Fn<? super C,? extends R,? extends E>> getIterable()
           
 void setIterable(java.lang.Iterable<? extends Fn<? super C,? extends R,? extends E>> iterable)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SeqFn

public SeqFn(java.lang.Iterable<? extends Fn<? super C,? extends R,? extends E>> iterable)
メソッドの詳細

exec

public R exec(C c)
       throws E extends java.lang.Exception
インタフェース Fn の記述:
関数を実行します。

定義:
インタフェース Fn<C,R,E extends java.lang.Exception> 内の exec
パラメータ:
c - コンテキスト役。
戻り値:
返却値。
例外:
E - 例外。
E extends java.lang.Exception

getIterable

public java.lang.Iterable<? extends Fn<? super C,? extends R,? extends E>> getIterable()

setIterable

public void setIterable(java.lang.Iterable<? extends Fn<? super C,? extends R,? extends E>> iterable)

Woolpack API

Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.