org.javimmutable.collections
Interface Func1<P,R>

Type Parameters:
P -
R -
All Known Implementing Classes:
MutableDelta

public interface Func1<P,R>

Interface for functions that take a single parameter.


Method Summary
 R apply(P value)
           
 

Method Detail

apply

R apply(P value)


Copyright © 2014 Burton Computer Corporation. All rights reserved.