Package org.lambda.query
Class Echo1<T>
java.lang.Object
org.lambda.query.Echo1<T>
- All Implemented Interfaces:
Function1<T,T>
@Deprecated public class Echo1<T> extends Object implements Function1<T,T>
Deprecated.
use lambdas: a -> a
-
Constructor Summary
Constructors Constructor Description Echo1()Deprecated. -
Method Summary