com.hazelcast.core
Interface IFunction<T,R>

Type Parameters:
T - an argument
R - a result
All Superinterfaces:
Serializable

public interface IFunction<T,R>
extends Serializable

Represents a function that accepts one argument and produces a result. This class is called IFunction instead of Function to prevent clashes with the one in Java 8.

Since:
3.2

Method Summary
 R apply(T input)
           
 

Method Detail

apply

R apply(T input)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.