mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Revert: deleted deprecated
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
*/
|
||||
package com.intellij.openapi.util;
|
||||
|
||||
/**
|
||||
* @deprecated use com.intellij.util.Function
|
||||
*/
|
||||
public interface Transform <S, T> {
|
||||
T transform(S s);
|
||||
}
|
||||
Reference in New Issue
Block a user