IN
- Input seed type.OUT
- Output seed type.public interface SeedConverter<IN,OUT>
Modifier and Type | Method and Description |
---|---|
OUT |
convert(IN seed)
Converts seed from input type to output type.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.