class ElementPass<out T> : ElementResult<T>
ElementPass(t: T)
val t: T
fun error(): Throwable?
fun value(): T