org.apache.commons.functor
Interface UnaryFunctor<A>

Type Parameters:
A - the argument type.
All Superinterfaces:
Functor
All Known Subinterfaces:
UnaryFunction<A,T>, UnaryPredicate<A>, UnaryProcedure<A>
All Known Implementing Classes:
BinaryFunctionUnaryFunction, BinaryPredicateUnaryPredicate, BinaryProcedureUnaryProcedure, CollectionTransformer, CompositeUnaryFunction, CompositeUnaryPredicate, CompositeUnaryProcedure, ConditionalUnaryFunction, ConditionalUnaryPredicate, ConditionalUnaryProcedure, Constant, FoldLeft, FoldRight, FunctionUnaryFunction, Identity, IsEmpty, IsNotNull, IsNull, IsWithinRange, LeftBoundFunction, LeftBoundPredicate, LeftBoundProcedure, Limit, NoOp, Offset, PredicateUnaryPredicate, ProcedureUnaryProcedure, RightBoundFunction, RightBoundPredicate, RightBoundProcedure, Size, UnaryAnd, UnaryFunctionUnaryPredicate, UnaryFunctionUnaryProcedure, UnaryNot, UnaryOr, UnaryPredicateUnaryFunction, UnaryProcedureUnaryFunction, UnarySequence

public interface UnaryFunctor<A>
extends Functor

Marker interface for unary (single-argument) functors.

Implementors are encouraged but not required to make their functors Serializable.

Since:
1.0
Version:
$Revision: 1156739 $ $Date: 2011-08-11 21:02:02 +0200 (Thu, 11 Aug 2011) $

Method Summary
 
Methods inherited from interface org.apache.commons.functor.Functor
equals, hashCode, toString
 



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