com.natpryce.makeiteasy
Interface Donor<T>

Type Parameters:
T - the type of value donated
All Known Implementing Classes:
ChainedSequence, ElementsSequence, IndexedSequence, Maker, NewCollectionDonor, SameValueDonor

public interface Donor<T>

Provides a value or values to other things.


Method Summary
 T value()
          Donate the value.
 

Method Detail

value

T value()
Donate the value.

Returns:
the value donated


Copyright © 2010. All Rights Reserved.