Interface Computers.Arity0<O>

  • All Superinterfaces:
    Consumer<O>
    Enclosing class:
    Computers
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Computers.Arity0<O>
    extends Consumer<O>
    • Method Detail

      • compute

        void compute​(O out)
      • accept

        default void accept​(O out)
        Specified by:
        accept in interface Consumer<O>