Woolpack API

woolpack.bool
クラス NotDelegator<C>

java.lang.Object
  上位を拡張 woolpack.fn.Delegator<C,java.lang.Boolean>
      上位を拡張 woolpack.bool.NotDelegator<C>
型パラメータ:
C -
すべての実装されたインタフェース:
Fn<C,java.lang.Boolean>

public class NotDelegator<C>
extends Delegator<C,java.lang.Boolean>

委譲先の結果の否定するFnです。

作成者:
nakamura

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

コンストラクタの詳細

NotDelegator

public NotDelegator(Fn<? super C,java.lang.Boolean> fn)
メソッドの詳細

exec

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

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

Woolpack API

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