Interface CommonConverters.ThrowingSetter<D>

All Superinterfaces:
BiConsumer<D,Object>
Enclosing class:
CommonConverters

public static interface CommonConverters.ThrowingSetter<D> extends BiConsumer<D,Object>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    accept(D dst, Object newValue)
     
    void
    throwingSet(D dst, Object newValue)
     

    Methods inherited from interface java.util.function.BiConsumer

    andThen