org.terracotta.offheapstore.jdk8
Interface Function<A,T>


public interface Function<A,T>


Method Summary
 T apply(A a)
          Applies the function to the provided value
 

Method Detail

apply

T apply(A a)
Applies the function to the provided value

Parameters:
a - the value to apply the function to
Returns:
the function result


Copyright © 2016. All Rights Reserved.