Serialized Form
-
Package org.apache.commons.functor.adapter
-
Class org.apache.commons.functor.adapter.BinaryFunctionBinaryPredicate
class BinaryFunctionBinaryPredicate extends Object implements Serializable- serialVersionUID:
- -5150315320718936186L
-
Serialized Fields
-
function
BinaryFunction<? super L, ? super R, Boolean> function
TheBinaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BinaryFunctionBinaryProcedure
class BinaryFunctionBinaryProcedure extends Object implements Serializable- serialVersionUID:
- 4498276997127058865L
-
Serialized Fields
-
function
BinaryFunction<? super L, ? super R, ?> function
TheBinaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BinaryPredicateBinaryFunction
class BinaryPredicateBinaryFunction extends Object implements Serializable- serialVersionUID:
- 207209665276797678L
-
Serialized Fields
-
predicate
BinaryPredicate<? super L, ? super R> predicate
TheBinaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BinaryProcedureBinaryFunction
class BinaryProcedureBinaryFunction extends Object implements Serializable- serialVersionUID:
- 2099210273403668624L
-
Serialized Fields
-
procedure
BinaryProcedure<? super L, ? super R> procedure
TheBinaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BoundFunction
class BoundFunction extends Object implements Serializable- serialVersionUID:
- 8873081237760986490L
-
Serialized Fields
-
arg
Object arg
The argument to pass tofunction. -
function
UnaryFunction<Object, ? extends T> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BoundPredicate
class BoundPredicate extends Object implements Serializable- serialVersionUID:
- -5721164265625291834L
-
Serialized Fields
-
param
Object param
The parameter to pass topredicate. -
predicate
UnaryPredicate<Object> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.BoundProcedure
class BoundProcedure extends Object implements Serializable- serialVersionUID:
- -6010802933400471747L
-
Serialized Fields
-
param
Object param
The parameter to pass toprocedure. -
procedure
UnaryProcedure<Object> procedure
TheUnaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.FullyBoundFunction
class FullyBoundFunction extends Object implements Serializable- serialVersionUID:
- -8588331452137525985L
-
Serialized Fields
-
function
BinaryFunction<Object, Object, ? extends T> function
TheBinaryFunctionI'm wrapping. -
left
Object left
The left parameter to pass tofunction. -
right
Object right
The right parameter to pass tofunction.
-
-
Class org.apache.commons.functor.adapter.FullyBoundPredicate
class FullyBoundPredicate extends Object implements Serializable- serialVersionUID:
- 7676235030688391839L
-
Serialized Fields
-
left
Object left
The left parameter to pass topredicate. -
predicate
BinaryPredicate<Object,
Object> predicate TheBinaryPredicateI'm wrapping. -
right
Object right
The right parameter to pass topredicate.
-
-
Class org.apache.commons.functor.adapter.FullyBoundProcedure
class FullyBoundProcedure extends Object implements Serializable- serialVersionUID:
- -904891610081737737L
-
Serialized Fields
-
left
Object left
The left parameter to pass toprocedure. -
procedure
BinaryProcedure<Object,
Object> procedure TheBinaryProcedureI'm wrapping. -
right
Object right
The right parameter to pass toprocedure.
-
-
Class org.apache.commons.functor.adapter.FunctionPredicate
class FunctionPredicate extends Object implements Serializable- serialVersionUID:
- 6564796937660102222L
-
Class org.apache.commons.functor.adapter.FunctionProcedure
class FunctionProcedure extends Object implements Serializable- serialVersionUID:
- -7300031015086684901L
-
Class org.apache.commons.functor.adapter.FunctionUnaryFunction
class FunctionUnaryFunction extends Object implements Serializable- serialVersionUID:
- 1993899041200996524L
-
Class org.apache.commons.functor.adapter.IgnoreLeftFunction
class IgnoreLeftFunction extends Object implements Serializable- serialVersionUID:
- 4677703245851183542L
-
Serialized Fields
-
function
UnaryFunction<? super R, ? extends T> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreLeftPredicate
class IgnoreLeftPredicate extends Object implements Serializable- serialVersionUID:
- -3200352647509255939L
-
Serialized Fields
-
predicate
UnaryPredicate<? super R> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreLeftProcedure
class IgnoreLeftProcedure extends Object implements Serializable- serialVersionUID:
- 513435556181843298L
-
Serialized Fields
-
procedure
UnaryProcedure<? super R> procedure
TheUnaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreRightFunction
class IgnoreRightFunction extends Object implements Serializable- serialVersionUID:
- -1564814716024791395L
-
Serialized Fields
-
function
UnaryFunction<? super L, ? extends T> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreRightPredicate
class IgnoreRightPredicate extends Object implements Serializable- serialVersionUID:
- -4236624667788627722L
-
Serialized Fields
-
predicate
UnaryPredicate<? super L> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.IgnoreRightProcedure
class IgnoreRightProcedure extends Object implements Serializable- serialVersionUID:
- -7374293905310619206L
-
Serialized Fields
-
procedure
UnaryProcedure<? super L> procedure
TheUnaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.LeftBoundFunction
class LeftBoundFunction extends Object implements Serializable- serialVersionUID:
- -7456827102718911769L
-
Serialized Fields
-
function
BinaryFunction<Object, ? super A, ? extends T> function
TheBinaryFunctionI'm wrapping. -
param
Object param
The parameter to pass tofunction.
-
-
Class org.apache.commons.functor.adapter.LeftBoundPredicate
class LeftBoundPredicate extends Object implements Serializable- serialVersionUID:
- 3851481216909573294L
-
Serialized Fields
-
param
Object param
The parameter to pass topredicate. -
predicate
BinaryPredicate<Object, ? super A> predicate
TheBinaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.LeftBoundProcedure
class LeftBoundProcedure extends Object implements Serializable- serialVersionUID:
- 7650992440581629785L
-
Serialized Fields
-
param
Object param
The parameter to pass toprocedure. -
procedure
BinaryProcedure<Object, ? super A> procedure
TheBinaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.PredicateFunction
class PredicateFunction extends Object implements Serializable- serialVersionUID:
- -8858981355549412629L
-
Class org.apache.commons.functor.adapter.PredicateUnaryPredicate
class PredicateUnaryPredicate extends Object implements Serializable- serialVersionUID:
- -5168896606842881702L
-
Class org.apache.commons.functor.adapter.ProcedureFunction
class ProcedureFunction extends Object implements Serializable- serialVersionUID:
- -655207616317672341L
-
Class org.apache.commons.functor.adapter.ProcedureUnaryProcedure
class ProcedureUnaryProcedure extends Object implements Serializable- serialVersionUID:
- 501530698794315412L
-
Class org.apache.commons.functor.adapter.RightBoundFunction
class RightBoundFunction extends Object implements Serializable- serialVersionUID:
- -1313775632123661422L
-
Serialized Fields
-
function
BinaryFunction<? super A, Object, ? extends T> function
TheBinaryFunctionI'm wrapping. -
param
Object param
The parameter to pass tofunction.
-
-
Class org.apache.commons.functor.adapter.RightBoundPredicate
class RightBoundPredicate extends Object implements Serializable- serialVersionUID:
- -1768544281714574302L
-
Serialized Fields
-
param
Object param
The parameter to pass topredicate. -
predicate
BinaryPredicate<? super A, Object> predicate
TheBinaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.RightBoundProcedure
class RightBoundProcedure extends Object implements Serializable- serialVersionUID:
- 3267188080481758226L
-
Serialized Fields
-
param
Object param
The parameter to pass toprocedure. -
procedure
BinaryProcedure<? super A, Object> procedure
TheBinaryProcedureI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryFunctionUnaryPredicate
class UnaryFunctionUnaryPredicate extends Object implements Serializable- serialVersionUID:
- -9211927278252224707L
-
Serialized Fields
-
function
UnaryFunction<? super A, Boolean> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryFunctionUnaryProcedure
class UnaryFunctionUnaryProcedure extends Object implements Serializable- serialVersionUID:
- -3578673875995684811L
-
Serialized Fields
-
function
UnaryFunction<? super A, ?> function
TheUnaryFunctionI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryPredicateUnaryFunction
class UnaryPredicateUnaryFunction extends Object implements Serializable- serialVersionUID:
- 5660724725036398625L
-
Serialized Fields
-
predicate
UnaryPredicate<? super A> predicate
TheUnaryPredicateI'm wrapping.
-
-
Class org.apache.commons.functor.adapter.UnaryProcedureUnaryFunction
class UnaryProcedureUnaryFunction extends 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
class Constant extends Object implements Serializable- serialVersionUID:
- -8754373778528773039L
-
Serialized Fields
-
value
T value
The constant value.
-
-
Class org.apache.commons.functor.core.Identity
class Identity extends Object implements Serializable- serialVersionUID:
- 4145504259013789494L
-
Class org.apache.commons.functor.core.IsEqual
class IsEqual extends Object implements Serializable- serialVersionUID:
- -6777016236280121159L
-
Class org.apache.commons.functor.core.IsInstance
class IsInstance extends Object implements Serializable- serialVersionUID:
- 9104265415387129627L
-
Class org.apache.commons.functor.core.IsNotEqual
class IsNotEqual extends Object implements Serializable- serialVersionUID:
- -7303588338955281317L
-
Class org.apache.commons.functor.core.IsNotNull
class IsNotNull extends Object implements Serializable- serialVersionUID:
- -6856387958371590330L
-
Class org.apache.commons.functor.core.IsNotSame
class IsNotSame extends Object implements Serializable- serialVersionUID:
- 5566555980860979281L
-
Class org.apache.commons.functor.core.IsNull
class IsNull extends Object implements Serializable- serialVersionUID:
- 6001380107746171952L
-
Class org.apache.commons.functor.core.IsSame
class IsSame extends Object implements Serializable- serialVersionUID:
- 7024585699909734072L
-
Class org.apache.commons.functor.core.NoOp
class NoOp extends Object implements Serializable- serialVersionUID:
- 3768926349922273291L
-
-
Package org.apache.commons.functor.core.algorithm
-
Class org.apache.commons.functor.core.algorithm.DoUntil
class DoUntil extends PredicatedLoop implements Serializable- serialVersionUID:
- -961919312045591167L
-
Class org.apache.commons.functor.core.algorithm.DoWhile
class DoWhile extends PredicatedLoop implements Serializable- serialVersionUID:
- -5439107633846597703L
-
Class org.apache.commons.functor.core.algorithm.FindWithinGenerator
class FindWithinGenerator extends 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
class FoldLeft extends 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
class FoldRight extends 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
class GeneratorContains extends Object implements Serializable- serialVersionUID:
- -1539983619621733276L
-
Class org.apache.commons.functor.core.algorithm.IndexOfInGenerator
class IndexOfInGenerator extends Object implements Serializable- serialVersionUID:
- -11365986575536471L
-
Class org.apache.commons.functor.core.algorithm.InPlaceTransform
class InPlaceTransform extends Object implements Serializable- serialVersionUID:
- 4365206078517376006L
-
Class org.apache.commons.functor.core.algorithm.RecursiveEvaluation
class RecursiveEvaluation extends Object implements Serializable- serialVersionUID:
- -7992078213921938619L
-
Class org.apache.commons.functor.core.algorithm.RemoveMatching
class RemoveMatching extends Object implements Serializable- serialVersionUID:
- -8376577687898040683L
-
Class org.apache.commons.functor.core.algorithm.RetainMatching
class RetainMatching extends 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
class UntilDo extends PredicatedLoop implements Serializable- serialVersionUID:
- 5096382396346484750L
-
Class org.apache.commons.functor.core.algorithm.WhileDo
class WhileDo extends PredicatedLoop implements Serializable- serialVersionUID:
- 7562985255209473649L
-
-
Package org.apache.commons.functor.core.collection
-
Class org.apache.commons.functor.core.collection.IsElementOf
class IsElementOf extends Object implements Serializable- serialVersionUID:
- -7639051806015321070L
-
Class org.apache.commons.functor.core.collection.IsEmpty
class IsEmpty extends Object implements Serializable- serialVersionUID:
- 6555097970639642373L
-
Class org.apache.commons.functor.core.collection.Size
class Size extends Object implements Serializable- serialVersionUID:
- -12374650738412129L
-
-
Package org.apache.commons.functor.core.comparator
-
Class org.apache.commons.functor.core.comparator.ComparatorFunction
class ComparatorFunction extends Object implements Serializable- serialVersionUID:
- 1642024869929206095L
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
The comparator to wrap.
-
-
Class org.apache.commons.functor.core.comparator.IsEquivalent
class IsEquivalent extends Object implements Serializable- serialVersionUID:
- -6392784113015793664L
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsGreaterThan
class IsGreaterThan extends Object implements Serializable- serialVersionUID:
- -8592932496891910273L
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsGreaterThanOrEqual
class IsGreaterThanOrEqual extends Object implements Serializable- serialVersionUID:
- 5262405026444050167L
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsLessThan
class IsLessThan extends Object implements Serializable- serialVersionUID:
- 1809153179639613842L
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsLessThanOrEqual
class IsLessThanOrEqual extends Object implements Serializable- serialVersionUID:
- -7270189005780457145L
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsNotEquivalent
class IsNotEquivalent extends Object implements Serializable- serialVersionUID:
- 1021154684877529051L
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.IsWithinRange
class IsWithinRange extends Object implements Serializable- serialVersionUID:
- -7584005207181667878L
-
Serialized Fields
-
max
A extends Comparable<A> max
The maximum value of the range. -
min
A extends Comparable<A> min
The minimum value of the range.
-
-
Class org.apache.commons.functor.core.comparator.Max
class Max extends Object implements Serializable- serialVersionUID:
- 6514424464263828685L
-
Serialized Fields
-
comparator
Comparator<T> comparator
The wrapped comparator.
-
-
Class org.apache.commons.functor.core.comparator.Min
class Min extends Object implements Serializable- serialVersionUID:
- 9190170976707323848L
-
Serialized Fields
-
comparator
Comparator<T> comparator
The wrapped comparator.
-
-
-
Package org.apache.commons.functor.core.composite
-
Class org.apache.commons.functor.core.composite.AbstractLoopProcedure
class AbstractLoopProcedure extends Object implements Serializable- serialVersionUID:
- -5903381842630236070L
-
Class org.apache.commons.functor.core.composite.And
class And extends BasePredicateList implements Serializable- serialVersionUID:
- -6053343095016685571L
-
Class org.apache.commons.functor.core.composite.BinaryAnd
- serialVersionUID:
- -6741089498337923680L
-
Class org.apache.commons.functor.core.composite.BinaryCompositeBinaryFunction
class BinaryCompositeBinaryFunction extends 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
class BinaryNot extends 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
- serialVersionUID:
- -831325131082968810L
-
Class org.apache.commons.functor.core.composite.BinarySequence
class BinarySequence extends Object implements Serializable- serialVersionUID:
- 1371075584406178258L
-
Serialized Fields
-
list
List<BinaryProcedure<? super L, ? super R>> list
A list where storing all the procedures references.
-
-
Class org.apache.commons.functor.core.composite.CompositeUnaryFunction
class CompositeUnaryFunction extends 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
class CompositeUnaryPredicate extends Object implements Serializable- serialVersionUID:
- 4880363949059265252L
-
Serialized Fields
-
function
CompositeUnaryFunction<? super A, Boolean> function
The adapted composite function.
-
-
Class org.apache.commons.functor.core.composite.CompositeUnaryProcedure
class CompositeUnaryProcedure extends Object implements Serializable- serialVersionUID:
- -7496282561355676509L
-
Serialized Fields
-
function
CompositeUnaryFunction<? super A, Object> function
The adapted composite procedure.
-
-
Class org.apache.commons.functor.core.composite.ConditionalBinaryFunction
class ConditionalBinaryFunction extends 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
class ConditionalBinaryPredicate extends 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
class ConditionalBinaryProcedure extends 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
class ConditionalFunction extends Object implements Serializable- serialVersionUID:
- 4214871352184887792L
-
Class org.apache.commons.functor.core.composite.ConditionalPredicate
class ConditionalPredicate extends Object implements Serializable- serialVersionUID:
- 7333505000745854098L
-
Class org.apache.commons.functor.core.composite.ConditionalProcedure
class ConditionalProcedure extends Object implements Serializable- serialVersionUID:
- -4228632798836328605L
-
Class org.apache.commons.functor.core.composite.ConditionalUnaryFunction
class ConditionalUnaryFunction extends 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
class ConditionalUnaryPredicate extends 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
class ConditionalUnaryProcedure extends 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
class DoWhileProcedure extends AbstractLoopProcedure implements Serializable- serialVersionUID:
- -6064417600588553892L
-
Class org.apache.commons.functor.core.composite.Not
class Not extends 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
class Or extends BasePredicateList implements Serializable- serialVersionUID:
- -1636233158061690073L
-
Class org.apache.commons.functor.core.composite.Sequence
class Sequence extends Object implements Serializable- serialVersionUID:
- 8041703589149547883L
-
Class org.apache.commons.functor.core.composite.TransformedBinaryFunction
class TransformedBinaryFunction extends 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
class TransformedBinaryProcedure extends Object implements Serializable- serialVersionUID:
- -7559182250073101798L
-
Serialized Fields
-
helper
TransformedBinaryProcedure.Helper<?,
L, R> helper The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.TransformedFunction
class TransformedFunction extends Object implements Serializable- serialVersionUID:
- 1201423110871342081L
-
Serialized Fields
-
helper
TransformedFunction.Helper<?,
T> helper The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.TransformedProcedure
class TransformedProcedure extends Object implements Serializable- serialVersionUID:
- -4111958123789033410L
-
Serialized Fields
-
helper
TransformedProcedure.Helper<?> helper
The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.TransposedFunction
class TransposedFunction extends 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
class TransposedPredicate extends 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
class TransposedProcedure extends 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
- serialVersionUID:
- 8324861737107307302L
-
Class org.apache.commons.functor.core.composite.UnaryCompositeBinaryFunction
class UnaryCompositeBinaryFunction extends 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
class UnaryCompositeBinaryPredicate extends Object implements Serializable- serialVersionUID:
- 3841123079006929493L
-
Serialized Fields
-
helper
UnaryCompositeBinaryPredicate.Helper<?,
?, L, R> helper The adapted helper.
-
-
Class org.apache.commons.functor.core.composite.UnaryNot
class UnaryNot extends Object implements Serializable- serialVersionUID:
- -97785102566566058L
-
Serialized Fields
-
predicate
UnaryPredicate<? super A> predicate
The adapted predicate.
-
-
Class org.apache.commons.functor.core.composite.UnaryOr
- serialVersionUID:
- -4072936447932983645L
-
Class org.apache.commons.functor.core.composite.UnarySequence
class UnarySequence extends Object implements Serializable- serialVersionUID:
- 9194268249717820246L
-
Serialized Fields
-
list
List<UnaryProcedure<? super A>> list
The data structure to store the procedure sequence.
-
-
Class org.apache.commons.functor.core.composite.WhileDoProcedure
class WhileDoProcedure extends AbstractLoopProcedure implements Serializable- serialVersionUID:
- 8157389586531784657L
-