Package fj.data
Class IOFunctions.CharChunkReader<A>
java.lang.Object
fj.data.IOFunctions.CharChunkReader<A>
- All Implemented Interfaces:
F<Iteratee.IterV<char[],
,A>, IO<Iteratee.IterV<char[], A>>> Function<Iteratee.IterV<char[],
A>, IO<Iteratee.IterV<char[], A>>>
- Enclosing class:
IOFunctions
private static class IOFunctions.CharChunkReader<A>
extends Object
implements F<Iteratee.IterV<char[],A>,IO<Iteratee.IterV<char[],A>>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final F
<P2<A, Iteratee.Input<char[]>>, P1<Iteratee.IterV<char[], A>>> private final F
<Iteratee.IterV<char[], A>, Boolean> private final Reader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIO
<Iteratee.IterV<char[], A>> f
(Iteratee.IterV<char[], A> it) TransformA
toB
.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
-
CharChunkReader
CharChunkReader(Reader r)
-
-
Method Details
-
f
Description copied from interface:F
TransformA
toB
.- Specified by:
f
in interfaceF<Iteratee.IterV<char[],
A>, IO<Iteratee.IterV<char[], A>>> - Parameters:
it
- TheA
to transform.- Returns:
- The result of the transformation.
-