Package org.ojalgo.type.function
Interface ScoredDualConsumer<T>
- All Superinterfaces:
AutoCloseable
,AutoConsumer<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>>
,AutoFunctional
,Consumer<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>>
- 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 ScoredDualConsumer<T>
extends AutoConsumer<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>>
-
Field Summary
Fields inherited from interface org.ojalgo.type.function.AutoConsumer
NULL
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
write
(EntryPair.KeyedPrimitive<KeyValue.Dual<T>> item) Write the item to the consumer.void
Methods inherited from interface org.ojalgo.type.function.AutoConsumer
accept, close, writeBatch
-
Method Details
-
write
Description copied from interface:AutoConsumer
Write the item to the consumer.- Specified by:
write
in interfaceAutoConsumer<T>
- Parameters:
item
- The item to be written
-
write
-