net.ranides.assira.text
Class LexicalCast.FromEntry<K,V>

java.lang.Object
  extended by net.ranides.assira.text.LexicalCast.FromEntry<K,V>
All Implemented Interfaces:
Function<String,Map.Entry<K,V>>
Enclosing class:
LexicalCast

public abstract static class LexicalCast.FromEntry<K,V>
extends Object
implements Function<String,Map.Entry<K,V>>


Constructor Summary
LexicalCast.FromEntry()
           
 
Method Summary
abstract  String apply(K key, V value)
           
 String apply(Map.Entry<K,V> source)
          Bezstanowa metoda implementująca zachowanie funkcji.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalCast.FromEntry

public LexicalCast.FromEntry()
Method Detail

apply

public abstract String apply(K key,
                             V value)

apply

public String apply(Map.Entry<K,V> source)
Description copied from interface: Function
Bezstanowa metoda implementująca zachowanie funkcji.

Może być interpretowana jako transformacja S -> T.

Specified by:
apply in interface Function<String,Map.Entry<K,V>>
Returns:
See Also:
Runnable.run(), Callable.call()


Copyright © 2013. All Rights Reserved.