Class Funcs.When<I,​O>

    • Method Detail

      • apply

        public O apply​(I i)
        Specified by:
        apply in interface Function<I,​O>
      • otherwise

        public SerializableFunction<I,​O> otherwise​(O falseValue)
        Otherwise function.
        Parameters:
        falseValue - the false value
        Returns:
        the function