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 ToFileWriter
ToFileWriter.Builder<F> -
Field Summary
Fields inherited from interface ToFileWriter
NULL -
Method Summary
Modifier and TypeMethodDescriptiondefault voidwrite(EntryPair.KeyedPrimitive<KeyValue.Dual<T>> item) Write the item to the consumer.voidMethods inherited from interface ToFileWriter
close, writeBatch
-
Method Details
-
write
Description copied from interface:ToFileWriterWrite the item to the consumer.- Specified by:
writein interfaceToFileWriter<T>- Parameters:
item- The item to be written
-
write
-