Interface ObjectIntProcedureFactory<T extends ObjectIntProcedure<?>>

All Known Implementing Classes:
PassThruObjectIntProcedureFactory
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 interface ObjectIntProcedureFactory<T extends ObjectIntProcedure<?>>
ObjectIntProcedureFactory is used by parallel iterators as a factory for stateful ObjectIntProcedure instances.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      T create()