Package fj.data
Class IOFunctions.LineReader<A>
java.lang.Object
fj.data.IOFunctions.LineReader<A>
- All Implemented Interfaces:
F<Iteratee.IterV<String,
,A>, IO<Iteratee.IterV<String, A>>> Function<Iteratee.IterV<String,
A>, IO<Iteratee.IterV<String, A>>>
- Enclosing class:
IOFunctions
private static class IOFunctions.LineReader<A>
extends Object
implements F<Iteratee.IterV<String,A>,IO<Iteratee.IterV<String,A>>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final F
<P2<A, Iteratee.Input<String>>, P1<Iteratee.IterV<String, A>>> private final F
<Iteratee.IterV<String, A>, Boolean> private final BufferedReader
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fj.F
andThen, andThen, apply, apply, apply, arrayK, bind, bind, contramap, contramapActor, contramapEqual, contramapHash, contramapShow, dimap, eitherLeftK, eitherRightK, failK, foldMapTree, iterableK, lazy, listK, map, mapArray, mapBoth, mapFail, mapFst, mapIterable, mapJ, mapJ, mapJ, mapJ, mapJ, mapJ, mapJ, mapJ, mapJ, mapJ, mapJ, mapLeft, mapList, mapNel, mapOption, mapP1, mapPromise, mapRight, mapSet, mapSnd, mapStream, mapSuccess, mapTree, mapTreeZipper, mapZipper, nelK, o, o, on, on, onFail, onLeft, onRight, onSuccess, optionK, partial, promiseK, setK, streamK, successK, treeK, treeZipperK, zipperK
-
Field Details
-
r
-
isDone
-
done
-
-
Constructor Details
-
LineReader
-
-
Method Details
-
f
Description copied from interface:F
TransformA
toB
.- Specified by:
f
in interfaceF<Iteratee.IterV<String,
A>, IO<Iteratee.IterV<String, A>>> - Parameters:
it
- TheA
to transform.- Returns:
- The result of the transformation.
-