LimeWire Collection Component API

org.limewire.collection
Interface Function<I,O>


public interface Function<I,O>

Defines the interface for passing a type as an argument to a method, with a return value of a type.


Method Summary
 O apply(I argument)
          Applies this function to argument, returning the result.
 

Method Detail

apply

O apply(I argument)
Applies this function to argument, returning the result.


LimeWire Collection Component API

Copyright © 2008 Lime Wire LLC. All Rights Reserved.