Uses of Interface
org.ojalgo.netio.ToFileWriter
Packages that use ToFileWriter
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of ToFileWriter in org.ojalgo.data.batch
Methods in org.ojalgo.data.batch that return ToFileWriter -
Uses of ToFileWriter in org.ojalgo.netio
Subinterfaces of ToFileWriter in org.ojalgo.netioClasses in org.ojalgo.netio that implement ToFileWriterModifier and TypeClassDescriptionfinal classDataWriter<T>ADataOutputbasedToFileWriter.final classFields in org.ojalgo.netio declared as ToFileWriterMethods in org.ojalgo.netio that return ToFileWriterModifier and TypeMethodDescription<T> ToFileWriter<T> ToFileWriter.Builder.build(Function<F, ToFileWriter<T>> factory) <T> ToFileWriter<T> ToFileWriter.Builder.build(ToIntFunction<T> distributor, Function<F, ? extends ToFileWriter<T>> factory) <T> ToFileWriter<EntryPair.KeyedPrimitive<T>> ToFileWriter.Builder.buildMapped(Function<F, ToFileWriter<T>> factory) default ToFileWriter<T> default ToFileWriter<T> TextLineInterpreter.newWriter(File file, OperatorWithException<OutputStream> filter) <T> ToFileWriter<T> TextLineWriter.withFormatter(TextLineWriter.Formatter<T> formatter) Method parameters in org.ojalgo.netio with type arguments of type ToFileWriterModifier and TypeMethodDescription<T> ToFileWriter<T> ToFileWriter.Builder.build(Function<F, ToFileWriter<T>> factory) <T> ToFileWriter<T> ToFileWriter.Builder.build(ToIntFunction<T> distributor, Function<F, ? extends ToFileWriter<T>> factory) <T> ToFileWriter<EntryPair.KeyedPrimitive<T>> ToFileWriter.Builder.buildMapped(Function<F, ToFileWriter<T>> factory)