Interface DenseVectorFieldMapper.IntBooleanConsumer

Enclosing class:
DenseVectorFieldMapper
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 DenseVectorFieldMapper.IntBooleanConsumer
Interface for a function that takes a int and boolean
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int value, boolean isComplete)
     
  • Method Details

    • accept

      void accept(int value, boolean isComplete)