Class Cast<I,​O>

  • All Implemented Interfaces:
    Function<I,​O>

    public class Cast<I,​O>
    extends KorypheFunction<I,​O>
    A Cast is a Function that takes an input class and casts it to an output class.

    The resulting object is what is returned from the method.

    • Constructor Detail

      • Cast

        public Cast()
      • Cast

        public Cast​(Class<O> outputClass)