Woolpack API

woolpack.misc
クラス LapTimeFn<C,R,E extends java.lang.Exception>

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

public class LapTimeFn<C,R,E extends java.lang.Exception>
extends Delegator<C,R,E>


コンストラクタの概要
LapTimeFn(Fn<? super C,? extends R,? extends E> fn, Fn<? super java.lang.Long,?,? extends E> reportFn)
           
 
メソッドの概要
 R exec(C c)
          関数を実行します。
 Fn<? super java.lang.Long,?,? extends E> getReportFn()
           
 void setReportFn(Fn<? super java.lang.Long,?,? extends E> reportFn)
           
 
クラス woolpack.fn.Delegator から継承されたメソッド
getFn, setFn
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LapTimeFn

public LapTimeFn(Fn<? super C,? extends R,? extends E> fn,
                 Fn<? super java.lang.Long,?,? extends E> reportFn)
メソッドの詳細

exec

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

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

getReportFn

public Fn<? super java.lang.Long,?,? extends E> getReportFn()

setReportFn

public void setReportFn(Fn<? super java.lang.Long,?,? extends E> reportFn)

Woolpack API

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