Interface IntObjOperator<T>

All Superinterfaces:
Throwables.IntObjOperator<T,RuntimeException>

@Beta public interface IntObjOperator<T> extends Throwables.IntObjOperator<T,RuntimeException>
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    applyAsInt(int operand, T obj)
    Apply as int.