Class ExceptionTransformer<I,O>

    • Field Detail

      • INSTANCE

        public static final Transformer INSTANCE
        Singleton predicate instance
    • Method Detail

      • exceptionTransformer

        public static <I,O> Transformer<I,O> exceptionTransformer()
        Factory returning the singleton instance.
        Type Parameters:
        I - the input type
        O - the output type
        Returns:
        the singleton instance
        Since:
        3.1
      • transform

        public O transform(I input)
        Transforms the input to result by cloning it.
        Specified by:
        transform in interface  Transformer<I,O>
        Parameters:
        input - the input object to transform
        Returns:
        never
        Throws:
        FunctorException - always