Package xyz.cofe.fn

Interface Fn0<Z>

    • Method Detail

      • apply

        Z apply()
        Вызов функции
        Returns:
        Результат
      • get

        default Z get()
        Specified by:
        get in interface Supplier<Z>