Class RenderContext.UndirectedEdgeArrowPredicate<V,​E>

  • All Implemented Interfaces:
    com.google.common.base.Predicate<Context<Graph<V,​E>,​E>>, java.util.function.Predicate<Context<Graph<V,​E>,​E>>
    Enclosing interface:
    RenderContext<V,​E>

    public static class RenderContext.UndirectedEdgeArrowPredicate<V,​E>
    extends java.lang.Object
    implements com.google.common.base.Predicate<Context<Graph<V,​E>,​E>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(Context<Graph<V,​E>,​E> c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • UndirectedEdgeArrowPredicate

        public UndirectedEdgeArrowPredicate()
    • Method Detail

      • apply

        public boolean apply​(Context<Graph<V,​E>,​E> c)
        Specified by:
        apply in interface com.google.common.base.Predicate<V>