Class ToStringClosure<T>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.gridfunc.ToStringClosure<T>
-
- Type Parameters:
T- Type of the free variable for the closure.
- All Implemented Interfaces:
Serializable,C1<T,String>,IgniteClosure<T,String>
public class ToStringClosure<T> extends Object implements C1<T,String>
Closure that returntoString()value for its free variable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToStringClosure()
-