Package fj.data
Class IOFunctions.CharChunkReader2<A>
java.lang.Object
fj.data.IOFunctions.CharChunkReader2<A>
- All Implemented Interfaces:
F<Iteratee.IterV<Character,
,A>, IO<Iteratee.IterV<Character, A>>> Function<Iteratee.IterV<Character,
A>, IO<Iteratee.IterV<Character, A>>>
- Enclosing class:
IOFunctions
private static class IOFunctions.CharChunkReader2<A>
extends Object
implements F<Iteratee.IterV<Character,A>,IO<Iteratee.IterV<Character,A>>>
-
Field Summary
Fields -
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
-
CharChunkReader2
CharChunkReader2(Reader r)
-
-
Method Details
-
f
Description copied from interface:F
TransformA
toB
.- Specified by:
f
in interfaceF<Iteratee.IterV<Character,
A>, IO<Iteratee.IterV<Character, A>>> - Parameters:
it
- TheA
to transform.- Returns:
- The result of the transformation.
-