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