Interface StreamObject.Adapter<O extends StreamObject>

Enclosing class:
StreamObject
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface StreamObject.Adapter<O extends StreamObject>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(HInput input)
     
  • Method Details

    • convert

      O convert(HInput input)