net.spy.concurrent
Interface Transformer<F,T>


public interface Transformer<F,T>

Interface that defines a function that transforms a value of a certain type to a value of another type.


Method Summary
 T transform(F in)
          Transform the given value.
 

Method Detail

transform

T transform(F in)
Transform the given value.



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.