Interface ObjBooleanConsumer<T>

All Superinterfaces:
Throwables.ObjBooleanConsumer<T,RuntimeException>

public interface ObjBooleanConsumer<T> extends Throwables.ObjBooleanConsumer<T,RuntimeException>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t, boolean value)