I - type of the inputpublic class SingleAttributeProjection<I,O> extends Projection<I,O>
| Constructor and Description | 
|---|
| SingleAttributeProjection(String attributePath) | 
| Modifier and Type | Method and Description | 
|---|---|
| O | transform(I input)Transforms the input object into the output object. | 
public SingleAttributeProjection(String attributePath)
public O transform(I input)
Projectiontransform in class Projection<I,O>input - object.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.