| return optionalRes.map(result -> new AbstractMap.SimpleImmutableEntry<>(input,result)).orElse(new AbstractMap.SimpleImmutableEntry<>(input,new Result())); | return optionalRes.map(result -> new AbstractMap.SimpleImmutableEntry<>(input,result)); | optionalRes.map(result -> new AbstractMap.SimpleImmutableEntry<>(input,result)).orElse(new AbstractMap.SimpleImmutableEntry<>(input,new Result())) | optionalRes.map(result -> new AbstractMap.SimpleImmutableEntry<>(input,result)) | pentaho-kettle | c899be369ba9dc810fa86ece306caa678fdbc026 | org.pentaho.di.trans.streaming.common.FixedTimeStreamWindow | | | _1 | sendBufferToSubtrans |
|---|
| _2 | sendBufferToSubtrans |
|---|
| | v0 | optionalRes.map(result -> new AbstractMap.SimpleImmutableEntry<>(input,result)) |
|---|
| | | v0 | optionalRes.map(result -> new AbstractMap.SimpleImmutableEntry<>(input,result)) |
|---|
| Returns | True |