My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
package jconch.functor;

public interface Transformer5<IN_T, OUT_T> {

OUT_T transform(IN_T type);
}
Show details Hide details

Change log

r100 by fvmc.conch on Feb 17, 2008   Diff
Major update: now we use a generic-typed
functor in the standard case, and have a
special case for the
CacheMap<Object,Object> which enables
people to use Commons-Lang Transformer
instances.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 111 bytes, 6 lines
Hosted by Google Code