Interface ValueIterationConsumer<N,​R>

    • Method Detail

      • accept

        void accept​(@NotNull
                    N it,
                    @NotNull
                    @NotNull ValueIteration<R> iteration)
      • beforeStart

        default void beforeStart​(@NotNull
                                 @NotNull ValueIteration<R> iteration)
      • afterEnd

        default void afterEnd​(@NotNull
                              @NotNull ValueIteration<R> iteration)