Package nbbrd.io.xml

Interface Stax.ValueHandler<I,T>

Enclosing class:
Stax
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 Stax.ValueHandler<I,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default @NonNull Stax.FlowHandler<I,T>
     
    @NonNull T
    parse(@NonNull I input)