R - the return type of the expression (and thus the type of the elements of the resulting stream)public class ExpressionBasedStreamId<R>
extends java.lang.Object
implements cern.streaming.pool.core.service.StreamId<R>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
DetailedExpressionStreamId<R,?> |
getDetailedId() |
int |
hashCode() |
static <R> ExpressionBasedStreamId<R> |
of(org.tensorics.core.tree.domain.Expression<R> expression) |
java.lang.String |
toString() |
public static <R> ExpressionBasedStreamId<R> of(org.tensorics.core.tree.domain.Expression<R> expression)
public DetailedExpressionStreamId<R,?> getDetailedId()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object