Searched refs:mInterfaceMethod (Results 1 – 1 of 1) sorted by relevance
180 private final FunctionalUtils.ThrowingFunction<ISub, T> mInterfaceMethod; field in SubscriptionManager.VoidPropertyInvalidatedCache189 mInterfaceMethod = subscriptionInterfaceMethod; in VoidPropertyInvalidatedCache()201 result = mInterfaceMethod.applyOrThrow(iSub); in recompute()214 private final FunctionalUtils.ThrowingBiFunction<ISub, Integer, T> mInterfaceMethod; field in SubscriptionManager.IntegerPropertyInvalidatedCache223 mInterfaceMethod = subscriptionInterfaceMethod; in IntegerPropertyInvalidatedCache()235 result = mInterfaceMethod.applyOrThrow(iSub, query); in recompute()