Serialized Form


Package org.apache.commons.functor.adapter

Class org.apache.commons.functor.adapter.BinaryFunctionBinaryPredicate extends Object implements Serializable

serialVersionUID: -5150315320718936186L

Serialized Fields

function

BinaryFunction<L,R,T> function
The BinaryFunction I'm wrapping.

Class org.apache.commons.functor.adapter.BinaryFunctionBinaryProcedure extends Object implements Serializable

serialVersionUID: 4498276997127058865L

Serialized Fields

function

BinaryFunction<L,R,T> function
The BinaryFunction I'm wrapping.

Class org.apache.commons.functor.adapter.BinaryPredicateBinaryFunction extends Object implements Serializable

serialVersionUID: 207209665276797678L

Serialized Fields

predicate

BinaryPredicate<L,R> predicate
The BinaryPredicate I'm wrapping.

Class org.apache.commons.functor.adapter.BinaryProcedureBinaryFunction extends Object implements Serializable

serialVersionUID: 2099210273403668624L

Serialized Fields

procedure

BinaryProcedure<L,R> procedure
The BinaryProcedure I'm wrapping.

Class org.apache.commons.functor.adapter.BoundFunction extends Object implements Serializable

serialVersionUID: 8873081237760986490L

Serialized Fields

function

UnaryFunction<A,T> function
The UnaryFunction I'm wrapping.


arg

Object arg
The argument to pass to function.

Class org.apache.commons.functor.adapter.BoundPredicate extends Object implements Serializable

serialVersionUID: -5721164265625291834L

Serialized Fields

predicate

UnaryPredicate<A> predicate
The UnaryPredicate I'm wrapping.


param

Object param
The parameter to pass to predicate.

Class org.apache.commons.functor.adapter.BoundProcedure extends Object implements Serializable

serialVersionUID: -6010802933400471747L

Serialized Fields

procedure

UnaryProcedure<A> procedure
The UnaryProcedure I'm wrapping.


param

Object param
The parameter to pass to procedure.

Class org.apache.commons.functor.adapter.FullyBoundFunction extends Object implements Serializable

serialVersionUID: -8588331452137525985L

Serialized Fields

function

BinaryFunction<L,R,T> function
The BinaryFunction I'm wrapping.


left

Object left
The left parameter to pass to function.


right

Object right
The right parameter to pass to function.

Class org.apache.commons.functor.adapter.FullyBoundPredicate extends Object implements Serializable

serialVersionUID: 7676235030688391839L

Serialized Fields

predicate

BinaryPredicate<L,R> predicate
The BinaryPredicate I'm wrapping.


left

Object left
The left parameter to pass to predicate.


right

Object right
The right parameter to pass to predicate.

Class org.apache.commons.functor.adapter.FullyBoundProcedure extends Object implements Serializable

serialVersionUID: -904891610081737737L

Serialized Fields

procedure

BinaryProcedure<L,R> procedure
The BinaryProcedure I'm wrapping.


left

Object left
The left parameter to pass to procedure.


right

Object right
The right parameter to pass to procedure.

Class org.apache.commons.functor.adapter.FunctionPredicate extends Object implements Serializable

serialVersionUID: 6564796937660102222L

Serialized Fields

function

Function<T> function
The Function I'm wrapping.

Class org.apache.commons.functor.adapter.FunctionProcedure extends Object implements Serializable

serialVersionUID: -7300031015086684901L

Serialized Fields

function

Function<T> function
The Function I'm wrapping.

Class org.apache.commons.functor.adapter.FunctionUnaryFunction extends Object implements Serializable

serialVersionUID: 1993899041200996524L

Serialized Fields

function

Function<T> function
The Function I'm wrapping.

Class org.apache.commons.functor.adapter.IgnoreLeftFunction extends Object implements Serializable

serialVersionUID: 4677703245851183542L

Serialized Fields

function

UnaryFunction<A,T> function
The UnaryFunction I'm wrapping.

Class org.apache.commons.functor.adapter.IgnoreLeftPredicate extends Object implements Serializable

serialVersionUID: -3200352647509255939L

Serialized Fields

predicate

UnaryPredicate<A> predicate
The UnaryPredicate I'm wrapping.

Class org.apache.commons.functor.adapter.IgnoreLeftProcedure extends Object implements Serializable

serialVersionUID: 513435556181843298L

Serialized Fields

procedure

UnaryProcedure<A> procedure
The UnaryProcedure I'm wrapping.

Class org.apache.commons.functor.adapter.IgnoreRightFunction extends Object implements Serializable

serialVersionUID: -1564814716024791395L

Serialized Fields

function

UnaryFunction<A,T> function
The UnaryFunction I'm wrapping.

Class org.apache.commons.functor.adapter.IgnoreRightPredicate extends Object implements Serializable

serialVersionUID: -4236624667788627722L

Serialized Fields

predicate

UnaryPredicate<A> predicate
The UnaryPredicate I'm wrapping.

Class org.apache.commons.functor.adapter.IgnoreRightProcedure extends Object implements Serializable

serialVersionUID: -7374293905310619206L

Serialized Fields

procedure

UnaryProcedure<A> procedure
The UnaryProcedure I'm wrapping.

Class org.apache.commons.functor.adapter.LeftBoundFunction extends Object implements Serializable

serialVersionUID: -7456827102718911769L

Serialized Fields

function

BinaryFunction<L,R,T> function
The BinaryFunction I'm wrapping.


param

Object param
The parameter to pass to function.

Class org.apache.commons.functor.adapter.LeftBoundPredicate extends Object implements Serializable

serialVersionUID: 3851481216909573294L

Serialized Fields

predicate

BinaryPredicate<L,R> predicate
The BinaryPredicate I'm wrapping.


param

Object param
The parameter to pass to predicate.

Class org.apache.commons.functor.adapter.LeftBoundProcedure extends Object implements Serializable

serialVersionUID: 7650992440581629785L

Serialized Fields

procedure

BinaryProcedure<L,R> procedure
The BinaryProcedure I'm wrapping.


param

Object param
The parameter to pass to procedure.

Class org.apache.commons.functor.adapter.PredicateFunction extends Object implements Serializable

serialVersionUID: -8858981355549412629L

Serialized Fields

predicate

Predicate predicate
The Predicate I'm wrapping.

Class org.apache.commons.functor.adapter.PredicateUnaryPredicate extends Object implements Serializable

serialVersionUID: -5168896606842881702L

Serialized Fields

predicate

Predicate predicate
The Predicate I'm wrapping.

Class org.apache.commons.functor.adapter.ProcedureFunction extends Object implements Serializable

serialVersionUID: -655207616317672341L

Serialized Fields

procedure

Procedure procedure
The Procedure I'm wrapping.

Class org.apache.commons.functor.adapter.ProcedureUnaryProcedure extends Object implements Serializable

serialVersionUID: 501530698794315412L

Serialized Fields

procedure

Procedure procedure
The Procedure I'm wrapping.

Class org.apache.commons.functor.adapter.RightBoundFunction extends Object implements Serializable

serialVersionUID: -1313775632123661422L

Serialized Fields

function

BinaryFunction<L,R,T> function
The BinaryFunction I'm wrapping.


param

Object param
The parameter to pass to function.

Class org.apache.commons.functor.adapter.RightBoundPredicate extends Object implements Serializable

serialVersionUID: -1768544281714574302L

Serialized Fields

predicate

BinaryPredicate<L,R> predicate
The BinaryPredicate I'm wrapping.


param

Object param
The parameter to pass to predicate.

Class org.apache.commons.functor.adapter.RightBoundProcedure extends Object implements Serializable

serialVersionUID: 3267188080481758226L

Serialized Fields

procedure

BinaryProcedure<L,R> procedure
The BinaryProcedure I'm wrapping.


param

Object param
The parameter to pass to procedure.

Class org.apache.commons.functor.adapter.UnaryFunctionUnaryPredicate extends Object implements Serializable

serialVersionUID: -9211927278252224707L

Serialized Fields

function

UnaryFunction<A,T> function
The UnaryFunction I'm wrapping.

Class org.apache.commons.functor.adapter.UnaryFunctionUnaryProcedure extends Object implements Serializable

serialVersionUID: -3578673875995684811L

Serialized Fields

function

UnaryFunction<A,T> function
The UnaryFunction I'm wrapping.

Class org.apache.commons.functor.adapter.UnaryPredicateUnaryFunction extends Object implements Serializable

serialVersionUID: 5660724725036398625L

Serialized Fields

predicate

UnaryPredicate<A> predicate
The UnaryPredicate I'm wrapping.

Class org.apache.commons.functor.adapter.UnaryProcedureUnaryFunction extends Object implements Serializable

serialVersionUID: 6153848695167906659L

Serialized Fields

procedure

UnaryProcedure<A> procedure
The UnaryProcedure I'm wrapping.


Package org.apache.commons.functor.core

Class org.apache.commons.functor.core.Constant extends Object implements Serializable

serialVersionUID: -8754373778528773039L

Serialized Fields

value

Object value
The constant value.

Class org.apache.commons.functor.core.Identity extends Object implements Serializable

serialVersionUID: 4145504259013789494L

Class org.apache.commons.functor.core.IsEqual extends Object implements Serializable

serialVersionUID: -6777016236280121159L

Class org.apache.commons.functor.core.IsInstance extends Object implements Serializable

serialVersionUID: 9104265415387129627L

Class org.apache.commons.functor.core.IsNotEqual extends Object implements Serializable

serialVersionUID: -7303588338955281317L

Class org.apache.commons.functor.core.IsNotNull extends Object implements Serializable

serialVersionUID: -6856387958371590330L

Class org.apache.commons.functor.core.IsNotSame extends Object implements Serializable

serialVersionUID: 5566555980860979281L

Class org.apache.commons.functor.core.IsNull extends Object implements Serializable

serialVersionUID: 6001380107746171952L

Class org.apache.commons.functor.core.IsSame extends Object implements Serializable

serialVersionUID: 7024585699909734072L

Class org.apache.commons.functor.core.NoOp extends Object implements Serializable

serialVersionUID: 3768926349922273291L


Package org.apache.commons.functor.core.algorithm

Class org.apache.commons.functor.core.algorithm.DoUntil extends org.apache.commons.functor.core.algorithm.PredicatedLoop implements Serializable

serialVersionUID: -961919312045591167L

Class org.apache.commons.functor.core.algorithm.DoWhile extends org.apache.commons.functor.core.algorithm.PredicatedLoop implements Serializable

serialVersionUID: -5439107633846597703L

Class org.apache.commons.functor.core.algorithm.FindWithinGenerator extends Object implements Serializable

serialVersionUID: -2824239991638326134L

Serialized Fields

useIfNone

boolean useIfNone
Flag to mark the FindWithinGenerator.evaluate(Generator, UnaryPredicate) method must return a user defined object when the adapted procedure does not find any object.


ifNone

Object ifNone
Object to be returned in the case the adapted procedure does not find any object.

Class org.apache.commons.functor.core.algorithm.FoldLeft extends Object implements Serializable

serialVersionUID: 2473542974105910450L

Serialized Fields

function

BinaryFunction<L,R,T> function

Class org.apache.commons.functor.core.algorithm.FoldRight extends Object implements Serializable

serialVersionUID: 4671387086700391506L

Serialized Fields

function

BinaryFunction<L,R,T> function

Class org.apache.commons.functor.core.algorithm.GeneratorContains extends Object implements Serializable

serialVersionUID: -1539983619621733276L

Class org.apache.commons.functor.core.algorithm.IndexOfInGenerator extends Object implements Serializable

serialVersionUID: -11365986575536471L

Class org.apache.commons.functor.core.algorithm.InPlaceTransform extends Object implements Serializable

serialVersionUID: 4365206078517376006L

Class org.apache.commons.functor.core.algorithm.RecursiveEvaluation extends Object implements Serializable

serialVersionUID: -7992078213921938619L

Serialized Fields

functionType

Class<T> functionType

function

Function<T> function

Class org.apache.commons.functor.core.algorithm.RemoveMatching extends Object implements Serializable

serialVersionUID: -8376577687898040683L

Class org.apache.commons.functor.core.algorithm.RetainMatching extends Object implements Serializable

serialVersionUID: 6760018011875465469L

Serialized Fields

removeMatching

RemoveMatching<T> removeMatching

Class org.apache.commons.functor.core.algorithm.UntilDo extends org.apache.commons.functor.core.algorithm.PredicatedLoop implements Serializable

serialVersionUID: 5096382396346484750L

Class org.apache.commons.functor.core.algorithm.WhileDo extends org.apache.commons.functor.core.algorithm.PredicatedLoop implements Serializable

serialVersionUID: 7562985255209473649L


Package org.apache.commons.functor.core.collection

Class org.apache.commons.functor.core.collection.IsElementOf extends Object implements Serializable

serialVersionUID: -7639051806015321070L

Class org.apache.commons.functor.core.collection.IsEmpty extends Object implements Serializable

serialVersionUID: 6555097970639642373L

Class org.apache.commons.functor.core.collection.Size extends Object implements Serializable

serialVersionUID: -12374650738412129L


Package org.apache.commons.functor.core.comparator

Class org.apache.commons.functor.core.comparator.ComparatorFunction extends Object implements Serializable

serialVersionUID: 1642024869929206095L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.IsEquivalent extends Object implements Serializable

serialVersionUID: -6392784113015793664L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.IsGreaterThan extends Object implements Serializable

serialVersionUID: -8592932496891910273L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.IsGreaterThanOrEqual extends Object implements Serializable

serialVersionUID: 5262405026444050167L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.IsLessThan extends Object implements Serializable

serialVersionUID: 1809153179639613842L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.IsLessThanOrEqual extends Object implements Serializable

serialVersionUID: -7270189005780457145L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.IsNotEquivalent extends Object implements Serializable

serialVersionUID: 1021154684877529051L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.IsWithinRange extends Object implements Serializable

serialVersionUID: -7584005207181667878L

Serialized Fields

min

Comparable<T> min
The minimum value of the range.


max

Comparable<T> max
The maximum value of the range.

Class org.apache.commons.functor.core.comparator.Max extends Object implements Serializable

serialVersionUID: 6514424464263828685L

Serialized Fields

comparator

Comparator<T> comparator

Class org.apache.commons.functor.core.comparator.Min extends Object implements Serializable

serialVersionUID: 9190170976707323848L

Serialized Fields

comparator

Comparator<T> comparator

Package org.apache.commons.functor.core.composite

Class org.apache.commons.functor.core.composite.AbstractLoopProcedure extends Object implements Serializable

serialVersionUID: -5903381842630236070L

Serialized Fields

condition

Predicate condition

action

Procedure action

Class org.apache.commons.functor.core.composite.And extends org.apache.commons.functor.core.composite.BasePredicateList implements Serializable

serialVersionUID: -6053343095016685571L

Class org.apache.commons.functor.core.composite.BinaryAnd extends org.apache.commons.functor.core.composite.BaseBinaryPredicateList<L,R> implements Serializable

serialVersionUID: -6741089498337923680L

Class org.apache.commons.functor.core.composite.BinaryCompositeBinaryFunction extends Object implements Serializable

serialVersionUID: 2570517284319064043L

Serialized Fields

helper

org.apache.commons.functor.core.composite.BinaryCompositeBinaryFunction.Helper<G,H,L,R,T> helper

Class org.apache.commons.functor.core.composite.BinaryNot extends Object implements Serializable

serialVersionUID: -3488974286912054737L

Serialized Fields

predicate

BinaryPredicate<L,R> predicate

Class org.apache.commons.functor.core.composite.BinaryOr extends org.apache.commons.functor.core.composite.BaseBinaryPredicateList<L,R> implements Serializable

serialVersionUID: -831325131082968810L

Class org.apache.commons.functor.core.composite.BinarySequence extends Object implements Serializable

serialVersionUID: 1371075584406178258L

Serialized Fields

list

List<E> list

Class org.apache.commons.functor.core.composite.CompositeUnaryFunction extends Object implements Serializable

serialVersionUID: 4945193629275757281L

Serialized Fields

function

UnaryFunction<A,T> function

Class org.apache.commons.functor.core.composite.CompositeUnaryPredicate extends Object implements Serializable

serialVersionUID: 4880363949059265252L

Serialized Fields

function

CompositeUnaryFunction<A,T> function

Class org.apache.commons.functor.core.composite.CompositeUnaryProcedure extends Object implements Serializable

serialVersionUID: -7496282561355676509L

Serialized Fields

function

CompositeUnaryFunction<A,T> function

Class org.apache.commons.functor.core.composite.ConditionalBinaryFunction extends Object implements Serializable

serialVersionUID: -994698971284481482L

Serialized Fields

ifPred

BinaryPredicate<L,R> ifPred

thenFunc

BinaryFunction<L,R,T> thenFunc

elseFunc

BinaryFunction<L,R,T> elseFunc

Class org.apache.commons.functor.core.composite.ConditionalBinaryPredicate extends Object implements Serializable

serialVersionUID: -4511946801764080748L

Serialized Fields

ifPred

BinaryPredicate<L,R> ifPred

thenPred

BinaryPredicate<L,R> thenPred

elsePred

BinaryPredicate<L,R> elsePred

Class org.apache.commons.functor.core.composite.ConditionalBinaryProcedure extends Object implements Serializable

serialVersionUID: -3521992036791188475L

Serialized Fields

ifPred

BinaryPredicate<L,R> ifPred

thenProc

BinaryProcedure<L,R> thenProc

elseProc

BinaryProcedure<L,R> elseProc

Class org.apache.commons.functor.core.composite.ConditionalFunction extends Object implements Serializable

serialVersionUID: 4214871352184887792L

Serialized Fields

ifPred

Predicate ifPred

thenFunc

Function<T> thenFunc

elseFunc

Function<T> elseFunc

Class org.apache.commons.functor.core.composite.ConditionalPredicate extends Object implements Serializable

serialVersionUID: 7333505000745854098L

Serialized Fields

ifPred

Predicate ifPred

thenPred

Predicate thenPred

elsePred

Predicate elsePred

Class org.apache.commons.functor.core.composite.ConditionalProcedure extends Object implements Serializable

serialVersionUID: -4228632798836328605L

Serialized Fields

ifPred

Predicate ifPred

thenProc

Procedure thenProc

elseProc

Procedure elseProc

Class org.apache.commons.functor.core.composite.ConditionalUnaryFunction extends Object implements Serializable

serialVersionUID: -8152490481969255068L

Serialized Fields

ifPred

UnaryPredicate<A> ifPred

thenFunc

UnaryFunction<A,T> thenFunc

elseFunc

UnaryFunction<A,T> elseFunc

Class org.apache.commons.functor.core.composite.ConditionalUnaryPredicate extends Object implements Serializable

serialVersionUID: 1214714029872180155L

Serialized Fields

ifPred

UnaryPredicate<A> ifPred

thenPred

UnaryPredicate<A> thenPred

elsePred

UnaryPredicate<A> elsePred

Class org.apache.commons.functor.core.composite.ConditionalUnaryProcedure extends Object implements Serializable

serialVersionUID: -895833369740247391L

Serialized Fields

ifPred

UnaryPredicate<A> ifPred

thenProc

UnaryProcedure<A> thenProc

elseProc

UnaryProcedure<A> elseProc

Class org.apache.commons.functor.core.composite.DoWhileProcedure extends AbstractLoopProcedure implements Serializable

serialVersionUID: -6064417600588553892L

Class org.apache.commons.functor.core.composite.Not extends Object implements Serializable

serialVersionUID: 8268713706856765874L

Serialized Fields

predicate

Predicate predicate

Class org.apache.commons.functor.core.composite.Or extends org.apache.commons.functor.core.composite.BasePredicateList implements Serializable

serialVersionUID: -1636233158061690073L

Class org.apache.commons.functor.core.composite.Sequence extends Object implements Serializable

serialVersionUID: 8041703589149547883L

Serialized Fields

list

List<E> list

Class org.apache.commons.functor.core.composite.TransformedBinaryFunction extends Object implements Serializable

serialVersionUID: 3312781645741807814L

Serialized Fields

helper

org.apache.commons.functor.core.composite.TransformedBinaryFunction.Helper<X,L,R,T> helper

Class org.apache.commons.functor.core.composite.TransformedBinaryProcedure extends Object implements Serializable

serialVersionUID: -7559182250073101798L

Serialized Fields

helper

org.apache.commons.functor.core.composite.TransformedBinaryProcedure.Helper<X,L,R> helper

Class org.apache.commons.functor.core.composite.TransformedFunction extends Object implements Serializable

serialVersionUID: 1201423110871342081L

Serialized Fields

helper

org.apache.commons.functor.core.composite.TransformedFunction.Helper<X,T> helper

Class org.apache.commons.functor.core.composite.TransformedProcedure extends Object implements Serializable

serialVersionUID: -4111958123789033410L

Serialized Fields

helper

org.apache.commons.functor.core.composite.TransformedProcedure.Helper<X> helper

Class org.apache.commons.functor.core.composite.TransposedFunction extends Object implements Serializable

serialVersionUID: -5824252875453493940L

Serialized Fields

function

BinaryFunction<L,R,T> function

Class org.apache.commons.functor.core.composite.TransposedPredicate extends Object implements Serializable

serialVersionUID: 3441209087576289240L

Serialized Fields

predicate

BinaryPredicate<L,R> predicate

Class org.apache.commons.functor.core.composite.TransposedProcedure extends Object implements Serializable

serialVersionUID: 4472683678460290015L

Serialized Fields

procedure

BinaryProcedure<L,R> procedure

Class org.apache.commons.functor.core.composite.UnaryAnd extends org.apache.commons.functor.core.composite.BaseUnaryPredicateList<A> implements Serializable

serialVersionUID: 8324861737107307302L

Class org.apache.commons.functor.core.composite.UnaryCompositeBinaryFunction extends Object implements Serializable

serialVersionUID: 264219357293822629L

Serialized Fields

helper

org.apache.commons.functor.core.composite.UnaryCompositeBinaryFunction.Helper<G,H,L,R,T> helper

Class org.apache.commons.functor.core.composite.UnaryCompositeBinaryPredicate extends Object implements Serializable

serialVersionUID: 3841123079006929493L

Serialized Fields

helper

org.apache.commons.functor.core.composite.UnaryCompositeBinaryPredicate.Helper<G,H,L,R> helper

Class org.apache.commons.functor.core.composite.UnaryNot extends Object implements Serializable

serialVersionUID: -97785102566566058L

Serialized Fields

predicate

UnaryPredicate<A> predicate

Class org.apache.commons.functor.core.composite.UnaryOr extends org.apache.commons.functor.core.composite.BaseUnaryPredicateList<A> implements Serializable

serialVersionUID: -4072936447932983645L

Class org.apache.commons.functor.core.composite.UnarySequence extends Object implements Serializable

serialVersionUID: 9194268249717820246L

Serialized Fields

list

List<E> list

Class org.apache.commons.functor.core.composite.WhileDoProcedure extends AbstractLoopProcedure implements Serializable

serialVersionUID: 8157389586531784657L



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.