Package fj.data
Class Stream.Nil<A>
- java.lang.Object
-
- fj.data.Stream<A>
-
- fj.data.Stream.Nil<A>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Nil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
head()
The first element of the stream or fails for the empty stream.P1<Stream<A>>
tail()
The stream without the first element or fails for the empty stream.-
Methods inherited from class fj.data.Stream
append, append, apply, array, arrayStream, asString, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind_, cobind, cons, cons, cons, cons_, cycle, drop, dropWhile, enumerationStream, equals, exists, filter, filter, find, foldLeft, foldLeft, foldLeft1, foldLeft1, foldRight, foldRight, foldRight, foldRight1, foldRight1, forall, foreach, foreachDoEffect, forever, forever, fromFunction, fromFunction, fromString, hashCode, index, indexOf, inits, interleave, intersperse, isEmpty, isEmpty_, isNotEmpty, isNotEmpty_, iterableStream, iterate, iterate, iterateWhile, iterator, iteratorStream, join, join, last, length, map, map_, mapM, minus, nil, nil_, orHead, orTail, range, range, range, range, removeAll, repeat, replace, reverse, sequence, sequence, sequence, sequence, sequence_, sequenceEither, sequenceEitherLeft, sequenceEitherRight, sequenceF, sequenceIO, sequenceList, sequenceOption, sequenceP1, sequenceSeq, sequenceSet, sequenceStream, sequenceTrampoline, sequenceValidation, sequenceValidation, sequenceW, single, single, snoc, snoc, sort, sort, span, split, stream, substreams, tails, take, takeWhile, toArray, toArray, toCollection, toEither, toFunction, toJavaList, toList, toOption, toString, toStringEager, toStringLazy, traverseEither, traverseEitherLeft, traverseEitherRight, traverseF, traverseIO, traverseList, traverseOption, traverseP1, traverseSeq, traverseSet, traverseStream, traverseTrampoline, traverseValidation, traverseValidation, uncons, unfold, unzip, zapp, zip, zipIndex, zipWith, zipWith, zipWith, zipWith
-
-