net.sf.staccatocommons.collections.stream
Interface Stream.EmptyApplicable<A>

Type Parameters:
A -
All Known Subinterfaces:
Stream.DeconsApplicable<A,B>, Stream.DelayedDeconsApplicable<A,B>
All Known Implementing Classes:
AbstractDeconsApplicable, AbstractDelayedDeconsApplicable
Enclosing interface:
Stream<A>

public static interface Stream.EmptyApplicable<A>

Author:
flbulgarelli

Method Summary
 A emptyApply()
          Applies this transformation when this Stream can not be deconstructed in head and tail, because it is empty.
 

Method Detail

emptyApply

A emptyApply()
Applies this transformation when this Stream can not be deconstructed in head and tail, because it is empty.

Returns:
the result of applying this transformation over and empty Stream


Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads