com.kuka.resource.pool
Class FacadeFilters

java.lang.Object
  extended by com.kuka.resource.pool.FacadeFilters

public final class FacadeFilters
extends Object

This class consists exclusively of static methods that return facade filters.

See Also:
FacadeFilter

Method Summary
static
<T> FacadeFilter<T>
any()
          Returns a filter accepting any facade.
static
<T> FacadeFilter<T>
none()
          Returns a filter accepting no facade.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

any

public static <T> FacadeFilter<T> any()
Returns a filter accepting any facade.

Type Parameters:
T - the type of the facade
Returns:
a filter accepting any facade

none

public static <T> FacadeFilter<T> none()
Returns a filter accepting no facade.

Type Parameters:
T - the type of the facade
Returns:
a filter accepting no facade


Copyright © 2019. All rights reserved.