Serialized Form
-
Package org.apache.commons.functor.adapter
-
Class org.apache.commons.functor.adapter.BinaryFunctionBinaryPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -5150315320718936186L
-
Serialized Fields
-
function
BinaryFunction<? super L,? super R,java.lang.Boolean> function
TheBinaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BinaryFunctionBinaryProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- 4498276997127058865L
-
Serialized Fields
-
function
BinaryFunction<? super L,? super R,?> function
TheBinaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BinaryPredicateBinaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 207209665276797678L
-
Serialized Fields
-
predicate
BinaryPredicate<? super L,? super R> predicate
TheBinaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BinaryProcedureBinaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 2099210273403668624L
-
Serialized Fields
-
procedure
BinaryProcedure<? super L,? super R> procedure
TheBinaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BoundFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 8873081237760986490L
-
Serialized Fields
-
arg
java.lang.Object arg
The argument to pass tofunction. -
function
UnaryFunction<java.lang.Object,? extends T> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BoundPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -5721164265625291834L
-
Serialized Fields
-
param
java.lang.Object param
The parameter to pass topredicate. -
predicate
UnaryPredicate<java.lang.Object> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BoundProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -6010802933400471747L
-
Serialized Fields
-
param
java.lang.Object param
The parameter to pass toprocedure. -
procedure
UnaryProcedure<java.lang.Object> procedure
TheUnaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.FullyBoundFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -8588331452137525985L
-
Serialized Fields
-
function
BinaryFunction<java.lang.Object,java.lang.Object,? extends T> function
TheBinaryFunctionI'm wrapping. -
left
java.lang.Object left
The left parameter to pass tofunction. -
right
java.lang.Object right
The right parameter to pass tofunction.
-
-
Class org.apache.commons.functor.adapter.FullyBoundPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7676235030688391839L
-
Serialized Fields
-
left
java.lang.Object left
The left parameter to pass topredicate. -
predicate
BinaryPredicate<java.lang.Object,java.lang.Object> predicate
TheBinaryPredicateI'm wrapping. -
right
java.lang.Object right
The right parameter to pass topredicate.
-
-
Class org.apache.commons.functor.adapter.FullyBoundProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -904891610081737737L
-
Serialized Fields
-
left
java.lang.Object left
The left parameter to pass toprocedure. -
procedure
BinaryProcedure<java.lang.Object,java.lang.Object> procedure
TheBinaryProcedureI'm wrapping. -
right
java.lang.Object right
The right parameter to pass toprocedure.
-
-
Class org.apache.commons.functor.adapter.FunctionPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 6564796937660102222L
-
Class org.apache.commons.functor.adapter.FunctionProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -7300031015086684901L
-
Class org.apache.commons.functor.adapter.FunctionUnaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1993899041200996524L
-
Class org.apache.commons.functor.adapter.IgnoreLeftFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 4677703245851183542L
-
Serialized Fields
-
function
UnaryFunction<? super R,? extends T> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreLeftPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -3200352647509255939L
-
Serialized Fields
-
predicate
UnaryPredicate<? super R> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreLeftProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- 513435556181843298L
-
Serialized Fields
-
procedure
UnaryProcedure<? super R> procedure
TheUnaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreRightFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1564814716024791395L
-
Serialized Fields
-
function
UnaryFunction<? super L,? extends T> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreRightPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -4236624667788627722L
-
Serialized Fields
-
predicate
UnaryPredicate<? super L> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreRightProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -7374293905310619206L
-
Serialized Fields
-
procedure
UnaryProcedure<? super L> procedure
TheUnaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.LeftBoundFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -7456827102718911769L
-
Serialized Fields
-
function
BinaryFunction<java.lang.Object,? super A,? extends T> function
TheBinaryFunctionI'm wrapping. -
param
java.lang.Object param
The parameter to pass tofunction.
-
-
Class org.apache.commons.functor.adapter.LeftBoundPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3851481216909573294L
-
Serialized Fields
-
param
java.lang.Object param
The parameter to pass topredicate. -
predicate
BinaryPredicate<java.lang.Object,? super A> predicate
TheBinaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.LeftBoundProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- 7650992440581629785L
-
Serialized Fields
-
param
java.lang.Object param
The parameter to pass toprocedure. -
procedure
BinaryProcedure<java.lang.Object,? super A> procedure
TheBinaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.PredicateFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -8858981355549412629L
-
Class org.apache.commons.functor.adapter.PredicateUnaryPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -5168896606842881702L
-
Class org.apache.commons.functor.adapter.ProcedureFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -655207616317672341L
-
Class org.apache.commons.functor.adapter.ProcedureUnaryProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- 501530698794315412L
-
Class org.apache.commons.functor.adapter.RightBoundFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1313775632123661422L
-
Serialized Fields
-
function
BinaryFunction<? super A,java.lang.Object,? extends T> function
TheBinaryFunctionI'm wrapping. -
param
java.lang.Object param
The parameter to pass tofunction.
-
-
Class org.apache.commons.functor.adapter.RightBoundPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -1768544281714574302L
-
Serialized Fields
-
param
java.lang.Object param
The parameter to pass topredicate. -
predicate
BinaryPredicate<? super A,java.lang.Object> predicate
TheBinaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.RightBoundProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- 3267188080481758226L
-
Serialized Fields
-
param
java.lang.Object param
The parameter to pass toprocedure. -
procedure
BinaryProcedure<? super A,java.lang.Object> procedure
TheBinaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryFunctionUnaryPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -9211927278252224707L
-
Serialized Fields
-
function
UnaryFunction<? super A,java.lang.Boolean> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryFunctionUnaryProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -3578673875995684811L
-
Serialized Fields
-
function
UnaryFunction<? super A,?> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryPredicateUnaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 5660724725036398625L
-
Serialized Fields
-
predicate
UnaryPredicate<? super A> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryProcedureUnaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6153848695167906659L
-
Serialized Fields
-
procedure
UnaryProcedure<? super A> procedure
TheUnaryProcedureI'm wrapping.
-
-
-
Package org.apache.commons.functor.core
-
Class org.apache.commons.functor.core.Constant extends java.lang.Object implements Serializable
- serialVersionUID:
- -8754373778528773039L
-
Serialized Fields
-
value
T value
The constant value.
-
-
Class org.apache.commons.functor.core.Identity extends java.lang.Object implements Serializable
- serialVersionUID:
- 4145504259013789494L
-
Class org.apache.commons.functor.core.IsEqual extends java.lang.Object implements Serializable
- serialVersionUID:
- -6777016236280121159L
-
Class org.apache.commons.functor.core.IsInstance extends java.lang.Object implements Serializable
- serialVersionUID:
- 9104265415387129627L
-
Class org.apache.commons.functor.core.IsNotEqual extends java.lang.Object implements Serializable
- serialVersionUID:
- -7303588338955281317L
-
Class org.apache.commons.functor.core.IsNotNull extends java.lang.Object implements Serializable
- serialVersionUID:
- -6856387958371590330L
-
Class org.apache.commons.functor.core.IsNotSame extends java.lang.Object implements Serializable
- serialVersionUID:
- 5566555980860979281L
-
Class org.apache.commons.functor.core.IsNull extends java.lang.Object implements Serializable
- serialVersionUID:
- 6001380107746171952L
-
Class org.apache.commons.functor.core.IsSame extends java.lang.Object implements Serializable
- serialVersionUID:
- 7024585699909734072L
-
Class org.apache.commons.functor.core.NoOp extends java.lang.Object implements Serializable
- serialVersionUID:
- 3768926349922273291L
-
-
Package org.apache.commons.functor.core.algorithm
-
Class org.apache.commons.functor.core.algorithm.DoUntil extends PredicatedLoop implements Serializable
- serialVersionUID:
- -961919312045591167L
-
Class org.apache.commons.functor.core.algorithm.DoWhile extends PredicatedLoop implements Serializable
- serialVersionUID:
- -5439107633846597703L
-
Class org.apache.commons.functor.core.algorithm.FindWithinGenerator extends java.lang.Object implements Serializable
- serialVersionUID:
- -2824239991638326134L
-
Serialized Fields
-
ifNone
E ifNone
Object to be returned in the case the adapted procedure does not find any object. -
useIfNone
boolean useIfNone
Flag to mark theFindWithinGenerator.evaluate(Generator, UnaryPredicate)method must return a user defined object when the adapted procedure does not find any object.
-
-
Class org.apache.commons.functor.core.algorithm.FoldLeft extends java.lang.Object implements Serializable
- serialVersionUID:
- 2473542974105910450L
-
Serialized Fields
-
function
BinaryFunction<? super T,? super T,? extends T> function
BinaryFunctionto apply to each (seed, next).
-
-
Class org.apache.commons.functor.core.algorithm.FoldRight extends java.lang.Object implements Serializable
- serialVersionUID:
- 4671387086700391506L
-
Serialized Fields
-
function
BinaryFunction<? super T,? super T,? extends T> function
BinaryFunctionto apply to each (seed, next).
-
-
Class org.apache.commons.functor.core.algorithm.GeneratorContains extends java.lang.Object implements Serializable
- serialVersionUID:
- -1539983619621733276L
-
Class org.apache.commons.functor.core.algorithm.IndexOfInGenerator extends java.lang.Object implements Serializable
- serialVersionUID:
- -11365986575536471L
-
Class org.apache.commons.functor.core.algorithm.InPlaceTransform extends java.lang.Object implements Serializable
- serialVersionUID:
- 4365206078517376006L
-
Class org.apache.commons.functor.core.algorithm.RecursiveEvaluation extends java.lang.Object implements Serializable
- serialVersionUID:
- -7992078213921938619L
-
Serialized Fields
-
function
Function<?> function
The initial, potentially recursive Function. -
functionType
java.lang.Class<?> functionType
The initial recursive Function type.
-
-
Class org.apache.commons.functor.core.algorithm.RemoveMatching extends java.lang.Object implements Serializable
- serialVersionUID:
- -8376577687898040683L
-
Class org.apache.commons.functor.core.algorithm.RetainMatching extends java.lang.Object implements Serializable
- serialVersionUID:
- 6760018011875465469L
-
Serialized Fields
-
removeMatching
RemoveMatching<T> removeMatching
TheRemoveMatchinginstance used to remove elements from input iterator.
-
-
Class org.apache.commons.functor.core.algorithm.UntilDo extends PredicatedLoop implements Serializable
- serialVersionUID:
- 5096382396346484750L
-
Class org.apache.commons.functor.core.algorithm.WhileDo extends PredicatedLoop implements Serializable
- serialVersionUID:
- 7562985255209473649L
-
-
Package org.apache.commons.functor.core.collection
-
Class org.apache.commons.functor.core.collection.IsElementOf extends java.lang.Object implements Serializable
- serialVersionUID:
- -7639051806015321070L
-
Class org.apache.commons.functor.core.collection.IsEmpty extends java.lang.Object implements Serializable
- serialVersionUID:
- 6555097970639642373L
-
Class org.apache.commons.functor.core.collection.Size extends java.lang.Object implements Serializable
- serialVersionUID:
- -12374650738412129L
-
-
Package org.apache.commons.functor.core.comparator
-
Class org.apache.commons.functor.core.comparator.ComparatorFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1642024869929206095L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
The comparator to wrap.
-
-
Class org.apache.commons.functor.core.comparator.IsEquivalent extends java.lang.Object implements Serializable
- serialVersionUID:
- -6392784113015793664L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsGreaterThan extends java.lang.Object implements Serializable
- serialVersionUID:
- -8592932496891910273L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsGreaterThanOrEqual extends java.lang.Object implements Serializable
- serialVersionUID:
- 5262405026444050167L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsLessThan extends java.lang.Object implements Serializable
- serialVersionUID:
- 1809153179639613842L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsLessThanOrEqual extends java.lang.Object implements Serializable
- serialVersionUID:
- -7270189005780457145L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsNotEquivalent extends java.lang.Object implements Serializable
- serialVersionUID:
- 1021154684877529051L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsWithinRange extends java.lang.Object implements Serializable
- serialVersionUID:
- -7584005207181667878L
-
Class org.apache.commons.functor.core.comparator.Max extends java.lang.Object implements Serializable
- serialVersionUID:
- 6514424464263828685L
-
Serialized Fields
-
comparator
java.util.Comparator<T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.Min extends java.lang.Object implements Serializable
- serialVersionUID:
- 9190170976707323848L
-
Serialized Fields
-
comparator
java.util.Comparator<T> comparator
The wrapped comparator.
-
-
-
Package org.apache.commons.functor.core.composite
-
Class org.apache.commons.functor.core.composite.AbstractLoopProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -5903381842630236070L
-
Class org.apache.commons.functor.core.composite.And extends BasePredicateList implements Serializable
- serialVersionUID:
- -6053343095016685571L
-
Class org.apache.commons.functor.core.composite.BinaryAnd extends BaseBinaryPredicateList<L,R> implements Serializable
- serialVersionUID:
- -6741089498337923680L
-
Class org.apache.commons.functor.core.composite.BinaryCompositeBinaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 2570517284319064043L
-
Serialized Fields
-
helper
BinaryCompositeBinaryFunction.Helper<?,?,L,R,T> helper
The helper used for the evaluation.
-
-
Class org.apache.commons.functor.core.composite.BinaryNot extends java.lang.Object implements Serializable
- serialVersionUID:
- -3488974286912054737L
-
Serialized Fields
-
predicate
BinaryPredicate<? super L,? super R> predicate
The adapted predicate.
-
-
Class org.apache.commons.functor.core.composite.BinaryOr extends BaseBinaryPredicateList<L,R> implements Serializable
- serialVersionUID:
- -831325131082968810L
-
Class org.apache.commons.functor.core.composite.BinarySequence extends java.lang.Object implements Serializable
- serialVersionUID:
- 1371075584406178258L
-
Serialized Fields
-
list
java.util.List<BinaryProcedure<? super L,? super R>> list
A list where storing all the procedures references.
-
-
Class org.apache.commons.functor.core.composite.CompositeUnaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 4945193629275757281L
-
Serialized Fields
-
function
UnaryFunction<? super A,? extends T> function
The adapted function.
-
-
Class org.apache.commons.functor.core.composite.CompositeUnaryPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 4880363949059265252L
-
Serialized Fields
-
function
CompositeUnaryFunction<? super A,java.lang.Boolean> function
The adapted composite function.
-
-
Class org.apache.commons.functor.core.composite.CompositeUnaryProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -7496282561355676509L
-
Serialized Fields
-
function
CompositeUnaryFunction<? super A,java.lang.Object> function
The adapted composite procedure.
-
-
Class org.apache.commons.functor.core.composite.ConditionalBinaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -994698971284481482L
-
Serialized Fields
-
elseFunc
BinaryFunction<? super L,? super R,? extends T> elseFunc
the function executed if the condition is not satisfied. -
ifPred
BinaryPredicate<? super L,? super R> ifPred
the condition to be evaluated. -
thenFunc
BinaryFunction<? super L,? super R,? extends T> thenFunc
the function executed if the condition is satisfied.
-
-
Class org.apache.commons.functor.core.composite.ConditionalBinaryPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- -4511946801764080748L
-
Serialized Fields
-
elsePred
BinaryPredicate<? super L,? super R> elsePred
the predicate executed if the condition is not satisfied. -
ifPred
BinaryPredicate<? super L,? super R> ifPred
the condition to be evaluated. -
thenPred
BinaryPredicate<? super L,? super R> thenPred
the predicate executed if the condition is satisfied.
-
-
Class org.apache.commons.functor.core.composite.ConditionalBinaryProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -3521992036791188475L
-
Serialized Fields
-
elseProc
BinaryProcedure<? super L,? super R> elseProc
the predicate executed if the condition is not satisfied. -
ifPred
BinaryPredicate<? super L,? super R> ifPred
the condition to be evaluated. -
thenProc
BinaryProcedure<? super L,? super R> thenProc
the predicate executed if the condition is satisfied.
-
-
Class org.apache.commons.functor.core.composite.ConditionalFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 4214871352184887792L
-
Class org.apache.commons.functor.core.composite.ConditionalPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 7333505000745854098L
-
Class org.apache.commons.functor.core.composite.ConditionalProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -4228632798836328605L
-
Class org.apache.commons.functor.core.composite.ConditionalUnaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -8152490481969255068L
-
Serialized Fields
-
elseFunc
UnaryFunction<? super A,? extends T> elseFunc
the function executed if the condition is not satisfied. -
ifPred
UnaryPredicate<? super A> ifPred
the condition to be evaluated. -
thenFunc
UnaryFunction<? super A,? extends T> thenFunc
the function executed if the condition is satisfied.
-
-
Class org.apache.commons.functor.core.composite.ConditionalUnaryPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1214714029872180155L
-
Serialized Fields
-
elsePred
UnaryPredicate<? super A> elsePred
the predicate executed if the condition is not satisfied. -
ifPred
UnaryPredicate<? super A> ifPred
the condition to be evaluated. -
thenPred
UnaryPredicate<? super A> thenPred
the predicate executed if the condition is satisfied.
-
-
Class org.apache.commons.functor.core.composite.ConditionalUnaryProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -895833369740247391L
-
Serialized Fields
-
elseProc
UnaryProcedure<? super A> elseProc
the procedure executed if the condition is not satisfied. -
ifPred
UnaryPredicate<? super A> ifPred
the condition to be evaluated. -
thenProc
UnaryProcedure<? super A> thenProc
the procedure executed if the condition is satisfied.
-
-
Class org.apache.commons.functor.core.composite.DoWhileProcedure extends AbstractLoopProcedure implements Serializable
- serialVersionUID:
- -6064417600588553892L
-
Class org.apache.commons.functor.core.composite.Not extends java.lang.Object implements Serializable
- serialVersionUID:
- 8268713706856765874L
-
Serialized Fields
-
predicate
Predicate predicate
The adapted predicate has to be negated.
-
-
Class org.apache.commons.functor.core.composite.Or extends BasePredicateList implements Serializable
- serialVersionUID:
- -1636233158061690073L
-
Class org.apache.commons.functor.core.composite.Sequence extends java.lang.Object implements Serializable
- serialVersionUID:
- 8041703589149547883L
-
Serialized Fields
-
list
java.util.List<Procedure> list
The data structure where storing procedures sequence.
-
-
Class org.apache.commons.functor.core.composite.TransformedBinaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 3312781645741807814L
-
Serialized Fields
-
helper
TransformedBinaryFunction.Helper<?,L,R,T> helper
The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.TransformedBinaryProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -7559182250073101798L
-
Serialized Fields
-
helper
TransformedBinaryProcedure.Helper<?,L,R> helper
The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.TransformedFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1201423110871342081L
-
Serialized Fields
-
helper
TransformedFunction.Helper<?,T> helper
The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.TransformedProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- -4111958123789033410L
-
Serialized Fields
-
helper
TransformedProcedure.Helper<?> helper
The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.TransposedFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -5824252875453493940L
-
Serialized Fields
-
function
BinaryFunction<? super R,? super L,? extends T> function
The adapted function.
-
-
Class org.apache.commons.functor.core.composite.TransposedPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3441209087576289240L
-
Serialized Fields
-
predicate
BinaryPredicate<? super R,? super L> predicate
The adapted predicate.
-
-
Class org.apache.commons.functor.core.composite.TransposedProcedure extends java.lang.Object implements Serializable
- serialVersionUID:
- 4472683678460290015L
-
Serialized Fields
-
procedure
BinaryProcedure<? super R,? super L> procedure
The adapted procedure.
-
-
Class org.apache.commons.functor.core.composite.UnaryAnd extends BaseUnaryPredicateList<A> implements Serializable
- serialVersionUID:
- 8324861737107307302L
-
Class org.apache.commons.functor.core.composite.UnaryCompositeBinaryFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- 264219357293822629L
-
Serialized Fields
-
helper
UnaryCompositeBinaryFunction.Helper<?,?,L,R,T> helper
The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.UnaryCompositeBinaryPredicate extends java.lang.Object implements Serializable
- serialVersionUID:
- 3841123079006929493L
-
Serialized Fields
-
helper
UnaryCompositeBinaryPredicate.Helper<?,?,L,R> helper
The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.UnaryNot extends java.lang.Object implements Serializable
- serialVersionUID:
- -97785102566566058L
-
Serialized Fields
-
predicate
UnaryPredicate<? super A> predicate
The adapted predicate.
-
-
Class org.apache.commons.functor.core.composite.UnaryOr extends BaseUnaryPredicateList<A> implements Serializable
- serialVersionUID:
- -4072936447932983645L
-
Class org.apache.commons.functor.core.composite.UnarySequence extends java.lang.Object implements Serializable
- serialVersionUID:
- 9194268249717820246L
-
Serialized Fields
-
list
java.util.List<UnaryProcedure<? super A>> list
The data structure to store the procedure sequence.
-
-
Class org.apache.commons.functor.core.composite.WhileDoProcedure extends AbstractLoopProcedure implements Serializable
- serialVersionUID:
- 8157389586531784657L
-