Searched defs:ofType (Results 1 – 2 of 2) sorted by relevance
263 public <T> Key<T> ofType(Class<T> type) { in ofType() method in Key272 public Key<?> ofType(Type type) { in ofType() method in Key281 public <T> Key<T> ofType(TypeLiteral<T> type) { in ofType() method in Key
22 public SilenceTrackImpl(Track ofType, long ms) { in SilenceTrackImpl()