br.com.objectos.way.code
Class MethodInfoHasReturnTypeInfo

java.lang.Object
  extended by br.com.objectos.way.code.MethodInfoHasReturnTypeInfo
All Implemented Interfaces:
com.google.common.base.Predicate<MethodInfo>

public class MethodInfoHasReturnTypeInfo
extends Object
implements com.google.common.base.Predicate<MethodInfo>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 boolean apply(MethodInfo input)
           
static MethodInfoHasReturnTypeInfo get(SimpleTypeInfo returnTypeInfo)
           
static com.google.common.base.Predicate<MethodInfo> not(SimpleTypeInfo returnTypeInfo)
           
 
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
 

Method Detail

get

public static MethodInfoHasReturnTypeInfo get(SimpleTypeInfo returnTypeInfo)

not

public static com.google.common.base.Predicate<MethodInfo> not(SimpleTypeInfo returnTypeInfo)

apply

public boolean apply(MethodInfo input)
Specified by:
apply in interface com.google.common.base.Predicate<MethodInfo>


Copyright © 2014. All rights reserved.