public static enum Stream.LAIO extends java.lang.Enum<Stream.LAIO>
Enum Constant and Description |
---|
countBy |
countByToEntry |
groupBy |
groupByToEntity |
last_n |
partitionBy |
partitionByToEntity |
resversed |
reverseSorted |
rotated |
shuffled |
sorted |
sortedBy |
Modifier and Type | Method and Description |
---|---|
static Stream.LAIO |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Stream.LAIO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stream.LAIO sorted
public static final Stream.LAIO sortedBy
public static final Stream.LAIO reverseSorted
public static final Stream.LAIO resversed
public static final Stream.LAIO shuffled
public static final Stream.LAIO rotated
public static final Stream.LAIO last_n
public static final Stream.LAIO groupBy
public static final Stream.LAIO groupByToEntity
public static final Stream.LAIO partitionBy
public static final Stream.LAIO partitionByToEntity
public static final Stream.LAIO countBy
public static final Stream.LAIO countByToEntry
public static Stream.LAIO[] values()
for (Stream.LAIO c : Stream.LAIO.values()) System.out.println(c);
public static Stream.LAIO valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null