Skip navigation links
com.hazelcast.projection

Class Projection<I,O>

    • Constructor Detail

      • Projection

        public Projection()
    • Method Detail

      • transform

        public abstract O transform(I input)
        Transforms the input object into the output object.
        Parameters:
        input - object.
        Returns:
        the output object.

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