Package org.ojalgo.netio
Interface ScoredDualWriter<T>
- All Superinterfaces:
AutoCloseable
,Closeable
,ToFileWriter<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 ScoredDualWriter<T>
extends ToFileWriter<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.netio.ToFileWriter
ToFileWriter.Builder<F>
-
Field Summary
Fields inherited from interface org.ojalgo.netio.ToFileWriter
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.netio.ToFileWriter
close, writeBatch
-
Method Details
-
write
Description copied from interface:ToFileWriter
Write the item to the consumer.- Specified by:
write
in interfaceToFileWriter<T>
- Parameters:
item
- The item to be written
-
write
-