Package org.xwiki.logging.tail
Class EmptyLogTailResult
- java.lang.Object
-
- org.xwiki.logging.tail.EmptyLogTailResult
-
- All Implemented Interfaces:
Iterable<LogEvent>
,LogTailResult
public class EmptyLogTailResult extends Object implements LogTailResult
ALogTailResult
containing no result.- Since:
- 11.9RC1
- Version:
- $Id: 9a006cf146401d300fe724599014dd80d0dd0072 $
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyLogTailResult
INSTANCE
Unique instance ofEmptyLogTailResult
.
-
Constructor Summary
Constructors Constructor Description EmptyLogTailResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<LogEvent>
iterator()
Stream<LogEvent>
stream()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
INSTANCE
public static final EmptyLogTailResult INSTANCE
Unique instance ofEmptyLogTailResult
.
-
-