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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create()
-
-
-
Method Detail
-
create
T create()
-
-